1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Use fetch-depth 0 for 'all' on checkout@v2

This commit is contained in:
Athanasius 2020-07-26 20:59:10 +01:00
parent f41eb4fb92
commit 4a3c74ce5b

@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
fetch-depth: 0
- name: Set up Python 3.7
uses: actions/setup-python@v2
with: