diff --git a/.github/workflows/sync-resource.yml b/.github/workflows/sync-resource.yml index ba7cdc38a2..ce42711dab 100644 --- a/.github/workflows/sync-resource.yml +++ b/.github/workflows/sync-resource.yml @@ -42,5 +42,5 @@ jobs: git add . git status - git commit -m "$commit_msg" + git commit -m "$commit_msg" || exit 0 git push