Skip to content

Commit

Permalink
workflow: update shuttle-run action name and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
2205u committed Jun 24, 2024
1 parent 0a8701e commit 2159978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shuttle-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shuttle-deploy
name: shuttle-run
on:
pull_request:
branches: [ "main", "develop" ]
Expand All @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Run shuttle project locally.
uses: denytwice/shuttle-deploy@v1.0
uses: denytwice/shuttle-run@v1.0
with:
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'

0 comments on commit 2159978

Please sign in to comment.