mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 02:13:41 +03:00
Use fetch-depth 0 for 'all' on checkout@v2
This commit is contained in:
parent
85d09edb2a
commit
eddd14724e
1
.github/workflows/python-app.yml
vendored
1
.github/workflows/python-app.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
fetch-depth: 0
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user