From d79d9ae4bdbc488f72fd4a08da0f166fed1d7577 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 8 Oct 2024 16:48:21 -0400 Subject: [PATCH] ci(submodules): add init --- .gitea/workflows/submodule.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 0d68af0..d83c038 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -23,6 +23,8 @@ jobs: chown -R root:root /root/.ssh - name: Git Submodule Update run: | + git submodule init + git submodule update --init --recursive git pull --recurse-submodules git submodule update --remote --recursive - name: Commit update