diff options
| author | _Tradam <[email protected]> | 2023-05-09 21:57:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 21:57:16 -0400 |
| commit | c2d40ba388afc718ae22bfbbd2237524424874b1 (patch) | |
| tree | 8742141e365488a4462a3e3c2148006546c0d484 | |
| parent | e14e0abae4ee03490947e65b177be284ef2491ed (diff) | |
| download | RodeoKit-c2d40ba388afc718ae22bfbbd2237524424874b1.tar.gz RodeoKit-c2d40ba388afc718ae22bfbbd2237524424874b1.zip | |
Update send_autobuild_webdocs_ping.yml
| -rw-r--r-- | .github/workflows/send_autobuild_webdocs_ping.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml index cd833c6..03c815c 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -9,6 +9,5 @@ jobs: steps: - 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"'" }}' + 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"'" }}' |
