Skip to content

Commit c16cc52

Browse files
committed
gh-actions: double quote variable to silence actionlint/shellcheck
1 parent 5f364b0 commit c16cc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quay-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Get image tags
1515
id: image_tags
1616
run: |
17-
echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
17+
echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
1818
- name: record cwltool version
1919
run: |
2020
pip install "setuptools>=61"

0 commit comments

Comments
 (0)