Set fetch-depth to 0

This commit is contained in:
Tixx
2025-11-29 23:30:39 +01:00
parent eb2deb73c1
commit 372076a4ef
3 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash
@@ -119,6 +120,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash