Skip to content

Commit

Permalink
Add double quotes to prevent globbing and word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
KongZ committed Mar 17, 2023
1 parent 6c7b083 commit 877eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Get version
id: version
run: |
echo "name=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo "name=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"
- name: Login to ghcr
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand Down

0 comments on commit 877eae3

Please sign in to comment.