File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Checkout PR commit
27
27
uses : actions/checkout@v4
28
28
with :
29
- ref : ${{ github.event.inputs.head_sha || github.sha }}
29
+ ref : ${{ github.event.inputs.head_sha }}
30
+
31
+ - name : Debug head_sha
32
+ run : echo "head_sha=${{ github.event.inputs.head_sha }}"
33
+
30
34
31
35
- name : Set up Homebrew
32
36
id : set-up-homebrew
55
59
if : github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
56
60
env :
57
61
HOMEBREW_ARCH : ${{ matrix.arch }}
58
- GITHUB_SHA : ${{ github.event.inputs.head_sha || github.sha }}
62
+ GITHUB_SHA : ${{ github.event.inputs.head_sha }}
59
63
60
64
- name : Upload bottles as artifact
61
65
if : always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
You can’t perform that action at this time.
0 commit comments