Build/Test Tools: Remove the retryAfter input.

This was included in the original pull request that aimed to add support for `octokit/plugin-retry.js` in `actions/github-scripts`, but was actually removed before being merged.

Follow up to [54342].

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@54343 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2022-09-28 02:20:32 +00:00
parent 331ecedc06
commit d3c4fc0df9
10 changed files with 0 additions and 11 deletions

View File

@ -193,7 +193,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -149,7 +149,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -27,7 +27,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
const workflow_run = await github.rest.actions.getWorkflowRun({

View File

@ -117,7 +117,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -133,7 +133,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -264,7 +264,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -56,7 +56,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
const workflow_run = await github.rest.actions.getWorkflowRun({
@ -123,7 +122,6 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
const commit_details = await github.rest.repos.getCommit({

View File

@ -212,7 +212,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -191,7 +191,6 @@ jobs:
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({

View File

@ -71,7 +71,6 @@ jobs:
if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
with:
retries: 2
retryAfter: 10
retry-exempt-status-codes: 418
script: |
github.rest.actions.createWorkflowDispatch({