summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 23:05:06 -0400
committerGitHub <[email protected]>2023-05-09 23:05:06 -0400
commitea2b319f29507eadb14167ff60a474f874450dcf (patch)
tree25e16c9083d223bee3ef1059ec25adb2c01f6ba7 /.github/workflows
parentbecfba1f68c1ccaa7ce688790f4e00d1caae6275 (diff)
downloadRodeoKit-ea2b319f29507eadb14167ff60a474f874450dcf.tar.gz
RodeoKit-ea2b319f29507eadb14167ff60a474f874450dcf.zip
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml2
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 1bf5e0c..d614178 100644
--- a/.github/workflows/send_autobuild_webdocs_ping.yml
+++ b/.github/workflows/send_autobuild_webdocs_ping.yml
@@ -31,7 +31,7 @@ jobs:
- name: remote stuff
run: |
- curl -XPOST -u "${{ secrets.ACCESS_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/fabyanMikhael/TestA/dispatches --data '{"event_type": "build_application"}'
+ curl -XPOST -u "${{ secrets.ACCESS_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/CatgirlsRodeo/dev.catgirls.rodeo/dispatches --data '{"event_type": "build_application"}'
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |