This commit is contained in:
NianBroken
2024-02-14 15:38:22 +08:00 Unverified
parent 49e80aa7be
commit 66e39cf9cf
+3 -3
View File
@@ -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