Update .gitea/workflows/send-post-updates.yml
This commit is contained in:
@ -4,13 +4,10 @@ jobs:
|
|||||||
push-module-update:
|
push-module-update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: trigger-hugo-richard-workflow
|
||||||
curl -X 'POST' \
|
run: |
|
||||||
'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 ${{ secret.PAT_TOKEN }}' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{"inputs": {}, "ref": "refs/heads/main"}'
|
||||||
"inputs": {},
|
|
||||||
"ref": "refs/heads/main"
|
|
||||||
}'
|
|
Reference in New Issue
Block a user