From 32ff1059ab138316d3c4d6485453909c76b11497 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 8 Oct 2024 17:01:54 -0400 Subject: [PATCH] ci(submodule): show status --- .gitea/workflows/submodule.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 13bd0b3..a9df6b5 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -29,4 +29,9 @@ jobs: git submodule update --remote --recursive - name: Commit update run: | - git commit -am "chore: update submodule references" && git push || echo "No changes to commit" + git status + git submodule status + git commit -am "chore: update submodule references" + git status + git submodule status + git push || echo "No changes to commit"