summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 22:16:31 -0400
committerGitHub <[email protected]>2023-05-09 22:16:31 -0400
commit9c64655189d2a5e611c4288c3bea1393af22285a (patch)
tree14ec99491aaec9cef745f90d9704dc0526db55e9
parent193ee00eae296ecbc1f327663926f007caa135af (diff)
downloadRodeoKit-9c64655189d2a5e611c4288c3bea1393af22285a.tar.gz
RodeoKit-9c64655189d2a5e611c4288c3bea1393af22285a.zip
Update send_autobuild_webdocs_ping.yml
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml
index 02837a1..ee08c6e 100644
--- a/.github/workflows/send_autobuild_webdocs_ping.yml
+++ b/.github/workflows/send_autobuild_webdocs_ping.yml
@@ -10,4 +10,9 @@ 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+json" \
+ -H "Authorization: Bearer ${{ secrets.access_token }} \
+ -d '{"event_type":"on-demand-test","client_payload":{"unit":false,"integration":true}}'
+
+