From e568a1c3707f96cfe6dee3bb45ed62100b8eb1b2 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Tue, 9 May 2023 21:49:54 -0400 Subject: Update send_autobuild_webdocs_ping.yml --- .github/workflows/send_autobuild_webdocs_ping.yml | 5 +---- 1 file changed, 1 insertion(+), 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"'" }}' -- cgit v1.2.3