1
0
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:
Athanasius 2020-07-28 15:23:35 +01:00
parent 18ff1c0e3f
commit 3f97588ab6

@ -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