Skip to content

Commit

Permalink
Use bash for reading sha_short
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 21, 2023
1 parent c971ee2 commit 6e308f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:

- name: Read sha_short
id: vars
shell: bash
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
working-directory: ${{ matrix.vcpkg_path }}

Expand Down

0 comments on commit 6e308f8

Please sign in to comment.