diff options
| -rw-r--r-- | .github/workflows/send_autobuild_webdocs_ping.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml index e785b10..7343426 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -10,5 +10,5 @@ jobs: - name: PING - Dispatch initiating repository event if: github.event.action != 'pong' run: | - curl -x post https://api.github.com/repos/catgirlsrodeo/dev.catgirls.rodeo/dispatches -h 'accept: application/vnd.github.everest-preview+json' -u ${{ secrets.access_token }} --data '{"event_type": "trigger_build", "client_payload": { "repository": "'"$github_repository"'" }}' + curl -X post https://api.github.com/repos/catgirlsrodeo/dev.catgirls.rodeo/dispatches -h 'accept: application/vnd.github.everest-preview+json' -u ${{ secrets.access_token }} --data '{"event_type": "trigger_build", "client_payload": { "repository": "'"$github_repository"'" }}' |
