diff options
| author | _Tradam <[email protected]> | 2023-05-09 21:36:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 21:36:41 -0400 |
| commit | 6639c77c640a1e636f1056f93098d4f19ee4e2c9 (patch) | |
| tree | 436d4e1a9d1ceedfe942cf600c283a91a13ae239 /.github | |
| parent | 0039b038bcc14d9ff0723ae301952bb96d717dcd (diff) | |
| download | RodeoKit-6639c77c640a1e636f1056f93098d4f19ee4e2c9.tar.gz RodeoKit-6639c77c640a1e636f1056f93098d4f19ee4e2c9.zip | |
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github')
| -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 d392450..595ce31 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -10,7 +10,7 @@ jobs: - name: PING - Dispatch initiating repository event if: github.event.action != 'pong' run: | - curl -X POST https://api.github.com/repos/marcnuri-demo/actions-remote-dispatch-b/dispatches \ + curl -X post https://api.github.com/repos/marcnuri-demo/actions-remote-dispatch-b/dispatches \ -H 'Accept: application/vnd.github.everest-preview+json' \ curl -x post https://api.github.com/repos/catgirlsrodeo/dev.catgirls.rodeo/dispatches \ -h 'accept: application/vnd.github.everest-preview+json' \ |
