Merge pull request #636 from HaveAGitGat/auto_build

Fix yml syntax error
This commit is contained in:
HaveAGitGat 2024-05-16 08:57:08 +01:00 committed by GitHub
commit 91c08fd23c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,4 +18,4 @@ jobs:
steps:
- name: Trigger
run: curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/HaveAGitGat/tdarr_docs/actions/workflows/build_plug_docs.yml/dispatches --data '{"ref": "main"}'
run: "curl -XPOST -u \"${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}\" -H \"Accept: application/vnd.github.everest-preview+json\" -H \"Content-Type: application/json\" https://api.github.com/repos/HaveAGitGat/tdarr_docs/actions/workflows/build_plug_docs.yml/dispatches --data '{\"ref\": \"main\"}'"