Changeset 53947 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 08/26/2022 07:19:11 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-old-branches.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r53940 r53947 68 68 steps: 69 69 - name: Dispatch workflow run 70 uses: actions/github-script@ d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.170 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 71 71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} 72 72 with: 73 github-token: ${{ secrets.GHA_ OLD_BRANCH_DISPATCH }}73 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} 74 74 script: | 75 75 github.rest.actions.createWorkflowDispatch({
Note: See TracChangeset
for help on using the changeset viewer.