fix(ci): update-submodules fetch-depth to 2

This commit is contained in:
2025-02-27 14:58:22 +02:00
parent 6b30ebfddb
commit 4e5dae4161

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1
fetch-depth: 2
token: ${{secrets.GITHUB_TOKEN}}
- name: Config Git User
run: |