Merge pull request #636 from HaveAGitGat/auto_build

Fix yml syntax error
make-only-subtitle-default
HaveAGitGat 2 years ago committed by GitHub
commit 91c08fd23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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\"}'"
Loading…
Cancel
Save