From 336f164763b33f8f14372dd3f2dd2764c4ff58eb Mon Sep 17 00:00:00 2001 From: rachejazz Date: Thu, 23 May 2024 14:51:02 +0100 Subject: [PATCH] auto sync with main repo Signed-off-by: rachejazz --- .github/workflows/updatesubmodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatesubmodules.yml b/.github/workflows/updatesubmodules.yml index b42f6f3..09bfa3c 100644 --- a/.github/workflows/updatesubmodules.yml +++ b/.github/workflows/updatesubmodules.yml @@ -15,4 +15,4 @@ jobs: script: | git pull --recurse-submodules git submodule update --remote --recursive - git commit -am "Auto updated submodule references" && git push || echo "No changes to commit" + git commit -sam "Auto updated submodule references" && git push || echo "No changes to commit"