This commit is contained in:
NianBroken
2024-02-15 13:43:18 +08:00 Unverified
parent 676e3845c9
commit a56e6ca90e
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
run: |
# 将更改强制推送到main分支
git add .
git commit -m "Update branch" || echo "This branch is not behind the upstream"
git commit -m "Update branch" || true
git push origin main --force
# 检查成绩