1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Need svn_url, not url

'url' is api.github.com
This commit is contained in:
Athanasius 2020-07-31 13:07:40 +01:00
parent 895376c039
commit 3d46f23fc7

View File

@ -57,7 +57,7 @@ jobs:
####################################################################
- name: Lint with flake8
env:
BASE_REPO_URL: ${{github.event.pull_request.base.repo.url}}
BASE_REPO_URL: ${{github.event.pull_request.base.repo.svn_url}}
BASE_REPO_OWNER: ${{github.event.pull_request.base.repo.owner.login}}
BASE_REF: ${{github.base_ref}}