From 62fe9deae7ce8839cfe03b4d1010c22e12777605 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 12:57:44 +0100 Subject: [PATCH] repo.owner.login not repo.full_name --- .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 01decfc1..179cc174 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -56,7 +56,7 @@ jobs: #################################################################### - name: Lint with flake8 env: - BASE_REPO: ${{github.event.pull_request.base.repo.full_name}} + BASE_REPO: ${{github.event.pull_request.base.repo.owner.login}} BASE_REF: ${{github.base_ref}} run: |