mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-12 13:22:54 +03:00
repo.owner.login not repo.full_name
This commit is contained in:
parent
e1a5a1f811
commit
62fe9deae7
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
####################################################################
|
####################################################################
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
env:
|
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}}
|
BASE_REF: ${{github.base_ref}}
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user