mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 10:23:06 +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
|
- name: Checkout head commits
|
||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
#with:
|
with:
|
||||||
|
ref: ${{github.head.sha}}
|
||||||
#repository: ${{github.event.pull_request.head.repo.full_name}}
|
#repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
#fetch-depth: 0
|
#fetch-depth: 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user