File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ jobs:
2424 - name : Checkout base repo for pull-request test
2525 uses : actions/checkout@v2
2626 if : " ! contains(github.event.pull_request.labels.*.name, 'safe to test')"
27+ - name : Checkout pull-request
28+ run : echo ${{ github.event.pull_request.head.repo.full_name }}
29+ if : " ! contains(github.event.pull_request.labels.*.name, 'safe to test')"
2730 - name : Checkout pull-request
2831 uses : actions/checkout@v2
2932 if : " ! contains(github.event.pull_request.labels.*.name, 'safe to test')"
3033 with :
3134 repository : ${{ github.event.pull_request.head.repo.full_name }}
3235 path : pull-request
3336 ref : ${{ github.event.pull_request.head.ref }}
37+ token : ${{ secrets.GITHUB_TOKEN }}
3438
3539 - name : Check for relevant changes
3640 uses : dorny/paths-filter@v2
You can’t perform that action at this time.
0 commit comments