From e4c07f8ca7049cafeaca974a7228d42c95b247fb Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Tue, 4 Jan 2022 20:45:28 +0100 Subject: [PATCH] this should be the PR repo name --- .github/workflows/sheldon.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index bfdbaa61d5b..a6ff2a650bc 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -24,6 +24,9 @@ jobs: - name: Checkout base repo for pull-request test uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" + - name: Checkout pull-request + run: echo ${{ github.event.pull_request.head.repo.full_name }} + if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" - name: Checkout pull-request uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" @@ -31,6 +34,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} path: pull-request ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Check for relevant changes uses: dorny/paths-filter@v2