We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f364b0 commit c16cc52Copy full SHA for c16cc52
.github/workflows/quay-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Get image tags
15
id: image_tags
16
run: |
17
- echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
+ echo -n "IMAGE_TAGS=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
18
- name: record cwltool version
19
20
pip install "setuptools>=61"
0 commit comments