File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- name : Checkout
30
30
uses : actions/checkout@v3
31
+ with :
32
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
33
+ ref : ${{ github.head_ref }}
31
34
- name : Set up node
32
35
uses : actions/setup-node@v3
33
36
with :
72
75
steps :
73
76
- name : Checkout
74
77
uses : actions/checkout@v3
78
+ with :
79
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
80
+ ref : ${{ github.head_ref }}
75
81
- name : Set up docker buildx
76
82
uses : docker/setup-buildx-action@v2
77
83
- name : Set up node
@@ -124,6 +130,9 @@ jobs:
124
130
steps :
125
131
- name : Checkout
126
132
uses : actions/checkout@v3
133
+ with :
134
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
135
+ ref : ${{ github.head_ref }}
127
136
- name : Set up node
128
137
uses : actions/setup-node@v3
129
138
with :
@@ -160,7 +169,7 @@ jobs:
160
169
uses : actions/checkout@v3
161
170
with :
162
171
repository : ${{ github.event.pull_request.head.repo.full_name }}
163
- ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
172
+ ref : ${{ github.head_ref }}
164
173
- name : Download audit reports
165
174
uses : actions/download-artifact@v3
166
175
with :
You can’t perform that action at this time.
0 commit comments