mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-20 19:07:38 +03:00
Change Checkout conditional to direct context, not env vars
This commit is contained in:
parent
e087cd7f85
commit
67a13d3869
@ -35,7 +35,7 @@ jobs:
|
||||
# Perform the checkout
|
||||
##################################################################
|
||||
- name: Checkout
|
||||
if: ${{ env.BASE_REPO_OWNER == env.HEAD_REPO_OWNER }}
|
||||
if: ${{ github.event.pull_request.base.repo.owner.login == github.event.pull_request.head.repo.owner.login }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user