add
This commit is contained in:
@@ -118,9 +118,6 @@ jobs:
|
|||||||
# SyncFork执行完成后运行
|
# SyncFork执行完成后运行
|
||||||
needs: SyncFork
|
needs: SyncFork
|
||||||
|
|
||||||
# 在最新版的Ubuntu系统上运行
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 使用GitHub Actions提供的动作来检出代码库
|
# 使用GitHub Actions提供的动作来检出代码库
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
@@ -221,16 +218,13 @@ jobs:
|
|||||||
# SyncFork执行完成后运行
|
# SyncFork执行完成后运行
|
||||||
needs: CheckScores
|
needs: CheckScores
|
||||||
|
|
||||||
# 在最新版的Ubuntu系统上运行
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 使用GitHub Actions提供的动作来检出代码库
|
# 使用GitHub Actions提供的动作来检出代码库
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
||||||
# 成备份main分支到ThirtyMinutesAgo分支
|
|
||||||
- name: Backup Main to ThirtyMinutesAgo
|
- name: Backup Main to ThirtyMinutesAgo
|
||||||
run: |
|
run: |
|
||||||
|
# 备份main分支到OldMain分支
|
||||||
git checkout -b OldMain|| git checkout OldMain
|
git checkout -b OldMain|| git checkout OldMain
|
||||||
git push -f origin ThirtyMinutesAgo
|
git push -f origin ThirtyMinutesAgo
|
||||||
Reference in New Issue
Block a user