We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b89476 commit e0ce7ddCopy full SHA for e0ce7dd
1 file changed
.github/workflows/compilation.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Get short SHA
33
id: slug
34
- run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
+ run: printf '%s\n' "sha8=$(printf '%s\n' ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
35
36
- name: Upload artifacts
37
if: ${{ success() }}
0 commit comments