File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Trigger Roadmap Update workflow
1717 run : |
18- curl -X POST \
18+ curl -L \
19+ -X POST \
1920 -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
2021 -H "Accept: application/vnd.github+json" \
21- https://api.github.com/repos/${{ github.repository }}/actions/workflows/roadmap-update .yml/dispatches \
22+ https://api.github.com/repos/${{ github.repository }}/actions/workflows/update- roadmap-project-dates .yml/dispatches \
2223 -d '{"ref": "${{ github.base_ref }}"}'
Original file line number Diff line number Diff line change 11name : Update Roadmap Dates
22
33on :
4- pull_request :
5- types : [labeled]
4+ workflow_run :
5+ workflows : ["Dispatch Roadmap Update"]
6+ types :
7+ - completed
68
79jobs :
810 update-roadmap-dates :
You can’t perform that action at this time.
0 commit comments