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: |