chore: 更新日志跳过资源更新 (#7536)

f8169983e9
This commit is contained in:
zzyyyl
2023-12-13 14:29:50 +08:00
committed by GitHub
parent 7418d3f8c1
commit 75ebe8aa96

View File

@@ -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
}