File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1919 echo "::set-output name=packagename::$PACKAGENAME"
2020 - name : Run `repository_dispatch` on updated repo, to trigger tagbot
2121 run : |
22- curl -L -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
23- -H "Accept: application/vnd.github+json" \
24- -H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
25- -H "X-GitHub-Api-Version: 2022-11-28" \
22+ curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
23+ -H 'Accept: application/vnd.github+json' \
24+ -u ${{ secrets.TAGBOT_PAT }} \
2625 --data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
You can’t perform that action at this time.
0 commit comments