mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Fix yml syntax error
This commit is contained in:
parent
b8852b3901
commit
10be708133
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto_build.yml
vendored
2
.github/workflows/auto_build.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue