1
0
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:
Athanasius 2020-07-31 13:56:18 +01:00
parent e087cd7f85
commit 67a13d3869

View File

@ -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