From 41059229236c94f0986d7430daa9f0963b91acf3 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 8 Oct 2024 17:25:30 -0400 Subject: [PATCH] ci(submodule): prepare merge --- .gitea/workflows/submodule.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 48a5ace..5a2acf4 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -3,7 +3,7 @@ name: submodules sync on: push: branches: - - submodule + - master jobs: sync: @@ -30,9 +30,5 @@ jobs: - name: Commit update shell: bash run: | - git status - git submodule status git diff-index --quiet HEAD || git commit -am "chore: update submodule references" - git status - git submodule status git push