File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
fetch-depth : 0
115
115
submodules : recursive
116
- ref : refs/pull/ ${{ github.event.pull_request.number }}/merge
116
+ ref : ${{ github.event.pull_request.head.sha }}
117
117
118
118
- uses : actions/checkout@v4
119
119
if : github.event_name != 'pull_request_target'
@@ -226,7 +226,7 @@ jobs:
226
226
with :
227
227
fetch-depth : 0
228
228
submodules : recursive
229
- ref : refs/pull/ ${{ github.event.pull_request.number }}/merge
229
+ ref : ${{ github.event.pull_request.head.sha }}
230
230
231
231
- uses : actions/checkout@v4
232
232
if : github.event_name != 'pull_request_target'
@@ -282,7 +282,7 @@ jobs:
282
282
with :
283
283
fetch-depth : 0
284
284
submodules : recursive
285
- ref : refs/pull/ ${{ github.event.pull_request.number }}/merge
285
+ ref : ${{ github.event.pull_request.head.sha }}
286
286
287
287
- uses : actions/checkout@v4
288
288
if : github.event_name != 'pull_request_target'
@@ -331,7 +331,7 @@ jobs:
331
331
with :
332
332
fetch-depth : 0
333
333
submodules : recursive
334
- ref : refs/pull/ ${{ github.event.pull_request.number }}/merge
334
+ ref : ${{ github.event.pull_request.head.sha }}
335
335
336
336
- uses : actions/checkout@v4
337
337
if : github.event_name != 'pull_request_target'
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
fetch-depth : 0
114
114
submodules : recursive
115
- ref : refs/pull/ ${{ github.event.pull_request.number }}/merge
115
+ ref : ${{ github.event.pull_request.head.sha }}
116
116
117
117
- uses : actions/checkout@v4
118
118
if : github.event_name != 'pull_request_target'
You can’t perform that action at this time.
0 commit comments