revert fetch-depth setting in ci

This commit is contained in:
MicroDev 2022-12-12 02:10:01 +05:30
parent 53e1416484
commit b01bf1e16c
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
fetch-depth: 0
fetch-depth: 1
- name: Set up Python 3
uses: actions/setup-python@v4
with: