From 747c194bff78ecb6e492ecb32b16fa3266ff1bb0 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 14 Mar 2024 10:14:02 +0800 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 307f483a..56953847 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -44,7 +44,7 @@ jobs: git checkout -b $BRANCH_NAME git status git add locales/ - git commit -a -m "Commit feishu updated pages to repo" + git commit -m "Commit feishu updated pages to repo" git push origin $BRANCH_NAME # Create Pull Request @@ -56,4 +56,5 @@ jobs: git add feishu-pages/.cache git config --global user.name "Longbridge Whale docs bot" git config --global user.email "longbridge-whale-docs@users.noreply.github.com" - git commit -a -m "Update feishu-pages/.cache" && git push origin main + git commit -m "Update feishu-pages/.cache" || echo "No changes to commit" + git push origin main