Skip to content

Commit

Permalink
Merge pull request #55 from fjtrujy/updateCI
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
fjtrujy authored Mar 27, 2024
2 parents e1757fb + e4ff252 commit eb47110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get short SHA
id: slug
run: |
echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
printf '%s\n' "sha8=$(printf '%s\n' ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
- name: Extract tag name
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit eb47110

Please sign in to comment.