Skip to content

Commit

Permalink
Fix git rev-parse options
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Nov 27, 2023
1 parent 5e414b8 commit 1964ab0
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 @@ -96,7 +96,7 @@ jobs:
persist-credentials: 'false'
- name: Set build info for the checked-out commit
id: commit-sha
run: echo "long=$(git rev-parse --long HEAD)" >> $GITHUB_OUTPUT
run: echo "long=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
Expand Down

0 comments on commit 1964ab0

Please sign in to comment.