From 51f5cc3a31b3db11bd7224896a157e0e1f923221 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 9 Apr 2021 20:01:25 +0100 Subject: [PATCH] pr-checks: Try without setting checkout ref Going to test this with new PR from Athanasius account, with a 'behind' develop. --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index eb173a6e..ec558fc5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -30,7 +30,7 @@ jobs: # https://github.com/actions/checkout uses: actions/checkout@v2 with: - ref: ${{github.head.sha}} + #ref: ${{github.head.sha}} #repository: ${{github.event.pull_request.head.repo.full_name}} #fetch-depth: 0