Update
This commit is contained in:
@@ -88,15 +88,15 @@ jobs:
|
|||||||
git commit -m "Update branch" || echo "This branch is not behind the upstream"
|
git commit -m "Update branch" || echo "This branch is not behind the upstream"
|
||||||
git push origin main --force
|
git push origin main --force
|
||||||
|
|
||||||
env:
|
|
||||||
MAIN_YML_FILES_INCONSISTENT: ${{ env.MAIN_YML_FILES_INCONSISTENT }}
|
|
||||||
|
|
||||||
CheckScores:
|
CheckScores:
|
||||||
name: CheckScores
|
name: CheckScores
|
||||||
needs: SyncFork
|
needs: SyncFork
|
||||||
# 在最新版的Ubuntu系统上运行
|
# 在最新版的Ubuntu系统上运行
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
MAIN_YML_FILES_INCONSISTENT: ${{ needs.SyncFork.outputs.MAIN_YML_FILES_INCONSISTENT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 使用GitHub Actions提供的动作来检出代码库
|
# 使用GitHub Actions提供的动作来检出代码库
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|||||||
Reference in New Issue
Block a user