Skip to content

Commit

Permalink
Update premerge.yml
Browse files Browse the repository at this point in the history
missing quotes
  • Loading branch information
TrevorBenson authored Oct 23, 2023
1 parent 10b08d9 commit 7f179c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Define BRANCH, COMMIT and G_ACCOUNT in environment
run: |
echo "G_ACCOUNT=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
if [[ -z ${{ env.BRANCH }} ]]; then
if [[ -z "${{ env.BRANCH }}" ]]; then
echo "BRANCH=${GITHUB_HEAD_REF}" >> $GITHUB_ENV
echo "COMMIT=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 7f179c3

Please sign in to comment.