Skip to content

Commit

Permalink
typo in define-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Oct 14, 2024
1 parent c3919f7 commit 0d74425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set the environment based on the branch
id: define_environment
run: |
if [ "${{ github.ref }}" = "refs/heads/dev" ]; then
if [ "${{ github.ref }}" = "refs/heads/develop" ]; then
echo "env_name=dev" >> $GITHUB_OUTPUT
fi
- name: Print the environment
Expand Down

0 comments on commit 0d74425

Please sign in to comment.