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

pr-checks: Try without setting checkout ref

Going to test this with new PR from Athanasius account, with a 'behind'
develop.
This commit is contained in:
Athanasius 2021-04-09 20:01:25 +01:00
parent ed8b573090
commit 51f5cc3a31

View File

@ -30,7 +30,7 @@ jobs:
# https://github.com/actions/checkout
uses: actions/checkout@v2
with:
ref: ${{github.head.sha}}
#ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}}
#fetch-depth: 0