Update .gitea/workflows/send-post-updates.yml

This commit is contained in:
2025-06-09 12:42:43 -05:00
parent 2ea72824a9
commit 6360117f49

View File

@ -4,13 +4,10 @@ jobs:
push-module-update:
runs-on: ubuntu-latest
steps:
- run: |
curl -X 'POST' \
'https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches' \
- name: trigger-hugo-richard-workflow
run: |
curl -X POST https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches \
-H 'accept: application/json' \
-H 'Authorization: token ${{ secret.PAT_TOKEN }}' \
-H 'Content-Type: application/json' \
-d '{
"inputs": {},
"ref": "refs/heads/main"
}'
-d '{"inputs": {}, "ref": "refs/heads/main"}'