summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 21:53:14 -0400
committerGitHub <[email protected]>2023-05-09 21:53:14 -0400
commite14e0abae4ee03490947e65b177be284ef2491ed (patch)
treef8ab8bc2d6f01e13e24c37b608ded54847af367b
parent806e87a2b18dd7dc3990eea8b421de95e4fb99a0 (diff)
downloadRodeoKit-e14e0abae4ee03490947e65b177be284ef2491ed.tar.gz
RodeoKit-e14e0abae4ee03490947e65b177be284ef2491ed.zip
Update send_autobuild_webdocs_ping.yml
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml2
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 7343426..cd833c6 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"'" }}'