From b928cb5bce1c28db1966223fcc1f80172afcb782 Mon Sep 17 00:00:00 2001 From: Whipstickgostop <8366326+Whipstickgostop@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:07:21 -0500 Subject: [PATCH] fix speakerbot deployment --- .github/workflows/deploy-speakerbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-speakerbot.yml b/.github/workflows/deploy-speakerbot.yml index b16c5d6c..f3335c01 100644 --- a/.github/workflows/deploy-speakerbot.yml +++ b/.github/workflows/deploy-speakerbot.yml @@ -19,5 +19,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.DEPLOY_GH_TOKEN }} run: | - gh api repos/Whipstickgostop/speaker-docs/dispatches \ + gh api repos/Whipstickgostop/speakerbot-docs/dispatches \ --raw-field event_type=deploy \ No newline at end of file