Skip to content

Commit

Permalink
add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Oct 3, 2024
1 parent e27d2fb commit 725ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Add sha to GITHUB_OUTPUT
id: git-sha-short
run: echo "sha=$(echo {{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
run: echo "sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT

- name: Get Visibility
id: visibility
Expand Down

0 comments on commit 725ba96

Please sign in to comment.