1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-02 16:41:04 +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
env:
BASE_REPO: ${{github.base.full_name}}
BASE_REPO: ${{github.base.repo.full_name}}
BASE_REF: ${{github.base_ref}}
run: |