summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/send_autobuild_webdocs_ping.yml
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 21:49:54 -0400
committerGitHub <[email protected]>2023-05-09 21:49:54 -0400
commite568a1c3707f96cfe6dee3bb45ed62100b8eb1b2 (patch)
tree7b6aa43dc690a427c04382d74f6c2f1f08518606 /.github/workflows/send_autobuild_webdocs_ping.yml
parent8d7b7cd295782d744b4be4e342a89fe2bb75edca (diff)
downloadRodeoKit-e568a1c3707f96cfe6dee3bb45ed62100b8eb1b2.tar.gz
RodeoKit-e568a1c3707f96cfe6dee3bb45ed62100b8eb1b2.zip
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github/workflows/send_autobuild_webdocs_ping.yml')
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml
index 39ca722..e785b10 100644
--- a/.github/workflows/send_autobuild_webdocs_ping.yml
+++ b/.github/workflows/send_autobuild_webdocs_ping.yml
@@ -10,8 +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"'" }}'