Changeset 54342 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 09/28/2022 01:53:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r54108 r54342 262 262 steps: 263 263 - name: Dispatch workflow run 264 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 265 with: 264 uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 265 with: 266 retries: 2 267 retryAfter: 10 268 retry-exempt-status-codes: 418 266 269 script: | 267 270 github.rest.actions.createWorkflowDispatch({
Note: See TracChangeset
for help on using the changeset viewer.