diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9cde71..c08a1bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,6 +88,9 @@ jobs: git commit -m "Update branch" || echo "This branch is not behind the upstream" git push origin main --force + outputs: + MAIN_YML_FILES_INCONSISTENT: ${{ steps.Compare.outputs.MAIN_YML_FILES_INCONSISTENT }} + CheckScores: name: CheckScores needs: SyncFork