From 2fa10b4a9eb09a2a65dab277aa4b90493be3366e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 12:35:54 +0100 Subject: [PATCH] Correct setting of BASE_REPO --- .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 3f75da38..a71f3ee2 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -55,7 +55,7 @@ jobs: #################################################################### - name: Lint with flake8 env: - BASE_REPO: ${{github.base.full_name}} + BASE_REPO: ${{github.base.repo.full_name}} BASE_REF: ${{github.base_ref}} run: |