Skip to content

Commit 90761d6

Browse files
committed
fix: correct output reference for app name in deploy to staging step
1 parent aa1fcb9 commit 90761d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
uses: superfly/flyctl-actions/setup-flyctl@master
132132

133133
- name: 🚀 Deploy to staging
134-
run: flyctl deploy --remote-only --app ${{ steps.app_name.outputs.values }}_staging
134+
run: flyctl deploy --remote-only --app ${{ steps.app_name.outputs.value }}_staging
135135
env:
136136
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)