mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Try "fetch-depth: 0" on the extra checkouts
This commit is contained in:
parent
18ff1c0e3f
commit
3f97588ab6
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -24,10 +24,12 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.base_ref}}
|
||||
fetch-depth: 0
|
||||
- name: Checkout head of PR
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.head_ref}}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user