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: |
@@ -33,7 +33,7 @@ jobs:
echo "$name updated to $tag" echo "$name updated to $tag"
fi fi
' '
if git diff --quiet; then if git diff --quiet; then
echo "No updates for submodules." echo "No updates for submodules."
else else