Skip to content

Commit c54c910

Browse files
authored
set github SHA (#60)
2 parents af9eafd + 3e68999 commit c54c910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
5656
env:
5757
HOMEBREW_ARCH: ${{ matrix.arch }}
58+
GITHUB_SHA: ${{ github.event.inputs.head_sha || github.sha }}
5859

5960
- name: Upload bottles as artifact
6061
if: always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')

0 commit comments

Comments
 (0)