diff --git a/.gitea/workflows/send-post-updates.yml b/.gitea/workflows/send-post-updates.yml index 466fd50..cf608ad 100644 --- a/.gitea/workflows/send-post-updates.yml +++ b/.gitea/workflows/send-post-updates.yml @@ -6,8 +6,8 @@ jobs: steps: - 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"}' \ No newline at end of file + 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"}' \ No newline at end of file