mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 19:32:15 +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
|
# Perform the checkout
|
||||||
##################################################################
|
##################################################################
|
||||||
- name: 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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user