fix: 尝试解决资源更新CI在冲突时的行为

This commit is contained in:
MistEO
2023-04-27 21:30:20 +08:00
committed by GitHub
parent 9b717fcf70
commit 787bc9ee2c

View File

@@ -41,6 +41,7 @@ jobs:
$commit_msg = "chore: Auto Update Game Resources - $(Get-Date -Format 'yyyy-MM-dd')"
}
git commit -m "$commit_msg"
git pull --unshallow --rebase
- name: Push changes # push the output folder to your repo
uses: ad-m/github-push-action@master