Update
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# 将更改强制推送到main分支
|
# 将更改强制推送到main分支
|
||||||
git add .
|
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
|
git push origin main --force
|
||||||
|
|
||||||
# 检查成绩
|
# 检查成绩
|
||||||
|
|||||||
Reference in New Issue
Block a user