From cdf828fa5709f1d66463cfcaff91174a220edfb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E9=9B=81=20Cryolitia?= Date: Sun, 5 Nov 2023 02:23:44 +0800 Subject: [PATCH] Update sync-resource.yml --- .github/workflows/sync-resource.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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