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:
parent
c599a486d6
commit
ed8b573090
3
.github/workflows/pr-checks.yml
vendored
3
.github/workflows/pr-checks.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user