We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9eafd + 3e68999 commit c54c910Copy full SHA for c54c910
.github/workflows/tests.yml
@@ -55,6 +55,7 @@ jobs:
55
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
56
env:
57
HOMEBREW_ARCH: ${{ matrix.arch }}
58
+ GITHUB_SHA: ${{ github.event.inputs.head_sha || github.sha }}
59
60
- name: Upload bottles as artifact
61
if: always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
0 commit comments