Update .gitea/workflows/send-post-updates.yml
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 2s
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 2s
This commit is contained in:
@ -8,6 +8,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -X POST https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches \
|
curl -X POST https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Authorization: token ${{ secret.PAT_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.PAT_TOKEN }}' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{"inputs": {}, "ref": "refs/heads/main"}'
|
-d '{"inputs": {}, "ref": "refs/heads/main"}'
|
Reference in New Issue
Block a user