From 75ebe8aa9648bbd80df9a84ea80d14babb0e77e7 Mon Sep 17 00:00:00 2001 From: zzyyyl <74587068+zzyyyl@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:29:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=E8=B5=84=E6=BA=90=E6=9B=B4=E6=96=B0=20(#7536?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MaaAssistantArknights/MaaAssistantArknights/commit/f8169983e998ee9e5d66ad165a77b110328fe2d3 --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index bcee7d3ef1..266c0e067e 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -133,7 +133,7 @@ jobs: } else { $commit_msg = "chore: Auto Update Game Resources - $(Get-Date -Format 'yyyy-MM-dd')" } - git commit -m "$commit_msg" + git commit -m "$commit_msg" -m "" -m "[skip changelog]" if ($LASTEXITCODE -eq 0) { echo "have_commits=True" >> $env:GITHUB_OUTPUT }