1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-06 10:23:06 +03:00

Check step needs a 'uses' or 'run', so add latter with 'env' for check

This commit is contained in:
Athanasius 2020-07-31 13:51:50 +01:00
parent 1352931465
commit ecf4732e44

View File

@ -26,6 +26,8 @@ jobs:
BASE_REPO_OWNER: ${{github.event.pull_request.base.repo.owner.login}}
HEAD_REPO_OWNER: ${{github.event.pull_request.head.repo.owner.login}}
BASE_REF: ${{github.base_ref}}
run: |
env
##################################################################
##################################################################