From c2fdd0a3197f9ec4b8e8dbea78ff5c216e75832e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 9 Apr 2021 19:23:12 +0100 Subject: [PATCH] pr-checks: Try not changing options to actions/checkout@v2 --- .github/workflows/pr-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c5c7a325..20521600 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -25,9 +25,9 @@ jobs: - name: Checkout head commits # https://github.com/actions/checkout uses: actions/checkout@v2 - with: - repository: ${{github.event.pull_request.head.repo.full_name}} - fetch-depth: 0 + #with: + #repository: ${{github.event.pull_request.head.repo.full_name}} + #fetch-depth: 0 # But we do need the base references - name: Fetch base commits