mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
pr-checks: Try not changing options to actions/checkout@v2
This commit is contained in:
parent
1a7bfc8a60
commit
c2fdd0a319
6
.github/workflows/pr-checks.yml
vendored
6
.github/workflows/pr-checks.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
||||
- name: Checkout head commits
|
||||
# https://github.com/actions/checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
fetch-depth: 0
|
||||
#with:
|
||||
#repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
#fetch-depth: 0
|
||||
|
||||
# But we do need the base references
|
||||
- name: Fetch base commits
|
||||
|
Loading…
x
Reference in New Issue
Block a user