Skip to content

Commit

Permalink
gh-actions: double quote variable to silence actionlint/shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 14, 2023
1 parent 7afe1be commit 8187488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quay-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get image tags
id: image_tags
run: |
echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
- name: record cwltool version
run: |
pip install "setuptools>=61"
Expand Down

0 comments on commit 8187488

Please sign in to comment.