Why did we stop using this

This commit is contained in:
xen-42 2025-04-18 23:35:53 -04:00
parent 4c031f9df5
commit 8c4f22eab3

View File

@ -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
with:
files: NewHorizons/Schemas/**