Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 28, 2024
1 parent 9e5925d commit c9e37e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Determine branch
run: |
if ${{ env.DEV == 'true' }}; then
echo "BRANCH=${{github.ref_name}}" >> "$GITHUB_ENV"
echo "BRANCH=${{github.ref}}" >> "$GITHUB_ENV"
else
echo "BRANCH=main" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit c9e37e8

Please sign in to comment.