Powershell moment 2

This commit is contained in:
Ben C 2025-03-15 08:20:52 -04:00
parent 69c2c780b8
commit d811b06f16
No known key found for this signature in database

View File

@ -65,4 +65,4 @@ jobs:
- name: Check Changed Schemas
id: changed_files
run: |
echo "files_changed=$(git diff --exit-code NewHorizons/Schemas 2>&1>$null && echo false || echo true)" >> $GITHUB_OUTPUT
echo "files_changed=$(git diff --exit-code NewHorizons/Schemas 2>&1>$null && echo false || echo true)" >> $Env:GITHUB_OUTPUT