Skip to content

Commit

Permalink
Fix ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Mar 16, 2023
1 parent 2efdf36 commit 7e6054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set Env Vars
id: vars
run: |
ENVIRONMENT=${{ vars.STG_ENV }}
ENVIRONMENT=${{ vars.LIVE_ENV }}
echo "ENVIRONMENT=${ENVIRONMENT}" >> $GITHUB_OUTPUT
echo "STACK_NAME=${ENVIRONMENT//./-}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7e6054f

Please sign in to comment.