Update main.yml

This commit is contained in:
frxz751113
2024-08-10 10:05:56 +08:00
committed by GitHub
parent 21e6e08601
commit dc99bb0d09
+2 -1
View File
@@ -32,7 +32,8 @@ jobs:
run: | run: |
git config --local user.email "actions@126.com" git config --local user.email "actions@126.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git add . git add/rm <conflicted_files>
git rebase --continue
# 即使没有文件改变,也会提交一个空的提交 # 即使没有文件改变,也会提交一个空的提交
git commit --allow-empty -m "Scheduled workflow run" git commit --allow-empty -m "Scheduled workflow run"
git pull --rebase git pull --rebase