Skip to content

Commit

Permalink
Update continuous-integration.yml - Revert previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
mulygottlieb authored Dec 27, 2023
1 parent 5c1f45d commit 517d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
if [[ "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]];
then
echo environment="production" >> $GITHUB_OUTPUT
echo environment="staging" >> $GITHUB_OUTPUT
elif [[ "${{ github.ref_name }}" == "staging" ]];
then
echo environment="staging" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 517d5ea

Please sign in to comment.