From 4b1211ec6a6b9c8565da92a02866973a3e27d2b5 Mon Sep 17 00:00:00 2001 From: Ivin Joel Abraham Date: Wed, 4 Dec 2024 20:19:10 +0530 Subject: [PATCH] update workflow to point to correct repo and version --- .github/workflows/shuttle-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shuttle-run.yml b/.github/workflows/shuttle-run.yml index bd27c99..3d833b5 100644 --- a/.github/workflows/shuttle-run.yml +++ b/.github/workflows/shuttle-run.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Run shuttle project locally. - uses: denytwice/shuttle-run@v1.0 + uses: ivinjabraham/shuttle-run@v1.1 with: secrets: | DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'