1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

pr-checks: Use github.head.sha for checkout ref

This commit is contained in:
Athanasius 2021-04-09 19:46:30 +01:00
parent c599a486d6
commit ed8b573090

View File

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