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 2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v3
31+ with :
32+ repository : ${{ github.event.pull_request.head.repo.full_name }}
33+ ref : ${{ github.head_ref }}
3134 - name : Set up node
3235 uses : actions/setup-node@v3
3336 with :
7275 steps :
7376 - name : Checkout
7477 uses : actions/checkout@v3
78+ with :
79+ repository : ${{ github.event.pull_request.head.repo.full_name }}
80+ ref : ${{ github.head_ref }}
7581 - name : Set up docker buildx
7682 uses : docker/setup-buildx-action@v2
7783 - name : Set up node
@@ -124,6 +130,9 @@ jobs:
124130 steps :
125131 - name : Checkout
126132 uses : actions/checkout@v3
133+ with :
134+ repository : ${{ github.event.pull_request.head.repo.full_name }}
135+ ref : ${{ github.head_ref }}
127136 - name : Set up node
128137 uses : actions/setup-node@v3
129138 with :
@@ -160,7 +169,7 @@ jobs:
160169 uses : actions/checkout@v3
161170 with :
162171 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 }}
164173 - name : Download audit reports
165174 uses : actions/download-artifact@v3
166175 with :
You can’t perform that action at this time.
0 commit comments