From 32cc561d20c36667ca799f72a2c428e97d9b351d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Feb 2025 18:00:55 +0200 Subject: [PATCH] chore(ci): update-submodules fetch depth to 1 --- .github/workflows/update-submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 6c77125..1e58d72 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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