diff --git a/.github/workflows/code_layout.yml b/.github/workflows/code_layout.yml index 72939514f30..62155f9913e 100644 --- a/.github/workflows/code_layout.yml +++ b/.github/workflows/code_layout.yml @@ -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: