Skip to content

Commit e4c07f8

Browse files
committed
this should be the PR repo name
1 parent 7f9936c commit e4c07f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sheldon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)