diff options
| author | _Tradam <[email protected]> | 2023-05-09 22:01:03 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 22:01:03 -0400 |
| commit | 505c9942c3aedde3e2a5988f3e888448d732dc08 (patch) | |
| tree | 49965b6000a5a2115903bed4cad6a14d799e795c | |
| parent | c2d40ba388afc718ae22bfbbd2237524424874b1 (diff) | |
| download | RodeoKit-505c9942c3aedde3e2a5988f3e888448d732dc08.tar.gz RodeoKit-505c9942c3aedde3e2a5988f3e888448d732dc08.zip | |
Update send_autobuild_webdocs_ping.yml
| -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 03c815c..ee40ca2 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -9,5 +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"'" }}' |
