Make WordPress Core


Ignore:
Timestamp:
09/28/2022 02:20:32 AM (2 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/slack-notifications.yml

    r54342 r54343  
    5757        with:
    5858          retries: 2
    59           retryAfter: 10
    6059          retry-exempt-status-codes: 418
    6160          script: |
     
    124123        with:
    125124          retries: 2
    126           retryAfter: 10
    127125          retry-exempt-status-codes: 418
    128126          script: |
Note: See TracChangeset for help on using the changeset viewer.