mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
We want github.context for the full info
This commit is contained in:
parent
2fa10b4a9e
commit
7c00ddcebf
4
.github/workflows/pr-checks.yml
vendored
4
.github/workflows/pr-checks.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: ${{github.head.repo.full_name}}
|
repository: ${{github.event.head.repo.full_name}}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
####################################################################
|
####################################################################
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
####################################################################
|
####################################################################
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
env:
|
env:
|
||||||
BASE_REPO: ${{github.base.repo.full_name}}
|
BASE_REPO: ${{github.event.base.repo.full_name}}
|
||||||
BASE_REF: ${{github.base_ref}}
|
BASE_REF: ${{github.base_ref}}
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user