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

@@ -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({