Skip to content

Commit

Permalink
Again, without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Aug 27, 2024
1 parent bd636d7 commit c7f3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set env
run: >-
echo "TAG=${HEAD_TAG::8}" >> ${GITHUB_ENV};
echo "TAG_REF_NAME=\"${GITHUB_REF_NAME//\//-}\"" >> ${GITHUB_ENV};
echo "TAG_REF_NAME=${GITHUB_REF_NAME//\//-}" >> ${GITHUB_ENV};
echo ${HEAD_TAG::8}
env:
HEAD_TAG: ${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit c7f3460

Please sign in to comment.