diff options
| author | _Tradam <[email protected]> | 2023-05-09 22:17:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 22:17:15 -0400 |
| commit | deac8e9970393624b57cde65a197d4b451dd1c62 (patch) | |
| tree | bf81f7a1440d6ac3042a3527efebd728bf5f0966 /.github | |
| parent | 9c64655189d2a5e611c4288c3bea1393af22285a (diff) | |
| download | RodeoKit-deac8e9970393624b57cde65a197d4b451dd1c62.tar.gz RodeoKit-deac8e9970393624b57cde65a197d4b451dd1c62.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 ee08c6e..5d60d0c 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -12,7 +12,7 @@ jobs: run: | 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 }} \ + -H "Authorization: Bearer ${{ secrets.access_token }}" \ -d '{"event_type":"on-demand-test","client_payload":{"unit":false,"integration":true}}' |
