From 8c4f22eab3476d3710c7add1138046c5fa97391f Mon Sep 17 00:00:00 2001 From: xen-42 Date: Fri, 18 Apr 2025 23:35:53 -0400 Subject: [PATCH] Why did we stop using this --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49c55427..c56ab4f4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,8 @@ jobs: name: NewHorizons-Schemas-${{ inputs.build_type }} path: .\NewHorizons\Schemas - - name: Check Changed Schemas + - name: Verify Changed Schemas + uses: tj-actions/verify-changed-files@v20 id: changed_files - run: | - echo "files_changed=$(git diff --exit-code NewHorizons/Schemas 2>&1>$null && echo false || echo true)" >> $Env:GITHUB_OUTPUT \ No newline at end of file + with: + files: NewHorizons/Schemas/** \ No newline at end of file