Update main.yml

This commit is contained in:
碎念_Nian
2024-02-02 21:53:06 +08:00
committed by GitHub
Unverified
parent 7aef7bc74a
commit 6d78a31b2a
+3 -1
View File
@@ -68,4 +68,6 @@ jobs:
run: | run: |
git commit -m "Update from GitHub Actions" || true # 如果没有更改,则允许提交失败,但不中断workflow git commit -m "Update from GitHub Actions" || true # 如果没有更改,则允许提交失败,但不中断workflow
- name: Force push changes to main branch # 将更改强 - name: Force push changes to main branch # 将更改强制推送到main分支
run: |
git push origin main --force