File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
- name : Checkout
52
52
uses : actions/checkout@v4
53
53
with :
54
- ref : ${{ github.head_ref }}
54
+ ref : ${{ github.event.pull_request.head.ref }}
55
55
56
56
- name : Setup Node
57
57
uses : actions/setup-node@v4
@@ -195,7 +195,7 @@ jobs:
195
195
- name : Checkout
196
196
uses : actions/checkout@v4
197
197
with :
198
- ref : ${{ github.head_ref }}
198
+ ref : ${{ github.event.pull_request.head.ref }}
199
199
200
200
- name : Setup Node
201
201
uses : actions/setup-node@v4
@@ -228,7 +228,7 @@ jobs:
228
228
- name : Checkout
229
229
uses : actions/checkout@v4
230
230
with :
231
- ref : ${{ github.head_ref }}
231
+ ref : ${{ github.event.pull_request.head.ref }}
232
232
233
233
- name : Setup Node
234
234
uses : actions/setup-node@v4
@@ -261,7 +261,7 @@ jobs:
261
261
- name : Checkout
262
262
uses : actions/checkout@v4
263
263
with :
264
- ref : ${{ github.head_ref }}
264
+ ref : ${{ github.event.pull_request.head.ref }}
265
265
266
266
- name : Setup Node
267
267
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments