chore(ci): update-submodules fetch depth to 1

This commit is contained in:
2025-02-26 18:00:55 +02:00
parent 784fddea64
commit 32cc561d20

View File

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