Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Mar 1, 2025
1 parent 8869822 commit ab6cef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Get Short SHA
id: get-short-sha
run: |
$full_sha = ${{ github.sha }}
$full_sha = '${{ github.sha }}'
$short_sha = $full_sha.Substring(0, 7)
echo "short_sha=$short_sha" >> $GITHUB_OUTPUT
shell: pwsh
Expand Down

0 comments on commit ab6cef3

Please sign in to comment.