Changeset 52183 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 11/16/2021 04:08:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r52130 r52183 58 58 steps: 59 59 - name: Dispatch workflow run 60 uses: actions/github-script@4 7f7cf65b5ced0830a325f705cad64f2f58dddf7 # v3.1.060 uses: actions/github-script@441359b1a30438de65712c2fbca0abe4816fa667 # v5.0.0 61 61 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '5.7' }} 62 62 with: 63 63 github-token: ${{ secrets.GHA_OLD_BRANCH_DISPATCH }} 64 64 script: | 65 github. actions.createWorkflowDispatch({65 github.rest.actions.createWorkflowDispatch({ 66 66 owner: context.repo.owner, 67 67 repo: context.repo.repo,
Note: See TracChangeset
for help on using the changeset viewer.