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
with:
submodules: true
fetch-depth: 0
fetch-depth: 1
token: ${{secrets.GITHUB_TOKEN}}
- name: Config Git User
run: |
@@ -33,7 +33,7 @@ jobs:
echo "$name updated to $tag"
fi
'
if git diff --quiet; then
echo "No updates for submodules."
else