This commit is contained in:
NianBroken
2024-02-21 23:30:55 +08:00 Unverified
parent d62d3d7513
commit 3c226ceb35
+2 -2
View File
@@ -238,8 +238,8 @@ jobs:
# 创建 ThirtyMinutesAgo 分支并推送到远程
- name: Create ThirtyMinutesAgo Branch
run: |
git checkout -b ThirtyMinutesAgo
git push -u origin ThirtyMinutesAgo
git checkout -b ThirtyMinutesAgo || git checkout ThirtyMinutesAgo
git push -f origin ThirtyMinutesAgo
# 强制将 main 分支内容复制到 ThirtyMinutesAgo 分支并推送到远程
- name: Force Push Main to ThirtyMinutesAgo