1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 02:43:22 +03:00

Correct setting of BASE_REPO

This commit is contained in:
Athanasius 2020-07-31 12:35:54 +01:00
parent c5d43a4ada
commit 2fa10b4a9e

View File

@ -55,7 +55,7 @@ jobs:
#################################################################### ####################################################################
- name: Lint with flake8 - name: Lint with flake8
env: env:
BASE_REPO: ${{github.base.full_name}} BASE_REPO: ${{github.base.repo.full_name}}
BASE_REF: ${{github.base_ref}} BASE_REF: ${{github.base_ref}}
run: | run: |