mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
fix: 尝试解决资源更新CI在冲突时的行为
This commit is contained in:
1
.github/workflows/res-update-game.yml
vendored
1
.github/workflows/res-update-game.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user