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 }