Try to fix spell check workflow

This commit is contained in:
Nyall Dawson 2025-09-25 14:31:08 +10:00
parent b79f17b056
commit 6209228ddd
No known key found for this signature in database
GPG Key ID: AEA7D60D3DF12896

View File

@ -170,7 +170,7 @@ jobs:
- name: Spell Test
if: steps.changed_files.outputs.any_changed == 'true'
env:
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.changed_files }}
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
run: ./scripts/spell_check/check_spelling.sh
sip_check: