We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe001f commit 3e68999Copy full SHA for 3e68999
.github/workflows/tests.yml
@@ -50,6 +50,7 @@ jobs:
50
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
51
env:
52
HOMEBREW_ARCH: ${{ matrix.arch }}
53
+ GITHUB_SHA: ${{ github.event.inputs.head_sha || github.sha }}
54
55
- name: Upload bottles as artifact
56
if: always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
0 commit comments