Skip to content

Commit f644364

Browse files
committed
fix: cd script
1 parent 45203e8 commit f644364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/shuttle_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/checkout@v4
15+
1416
- uses: shuttle-hq/deploy-action@v2
1517
with:
1618
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
1719
project-id: ${{ secrets.SHUTTLE_PROJECT_ID }}
20+
working-directory: rook

0 commit comments

Comments
 (0)