From b59374ba63009c8eb212d2c77959075a5d49088f Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 8 Oct 2024 16:32:38 -0400 Subject: [PATCH] ci: submodules sync --- .gitea/workflows/submodule.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 0144711..9d21a53 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -1,5 +1,5 @@ --- -name: Submodules Sync +name: submodules sync on: push: branches: @@ -14,6 +14,8 @@ jobs: steps: - name: Check out repository code uses: https://gitea.com/BoYanZh/checkout@focs + with: + fetch-depth: 0 - name: Git Submodule Update run: | git pull --recurse-submodules