From 73f330097cd514ed9ca29c933847424266a5ace3 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Mon, 6 Mar 2023 17:01:16 +0100 Subject: [PATCH] Update code_layout action Replace inactive trilom/file-changes-action with tj-actions/changed-files for spell check --- .github/workflows/code_layout.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code_layout.yml b/.github/workflows/code_layout.yml index 72e4090b96f..51cae318b32 100644 --- a/.github/workflows/code_layout.yml +++ b/.github/workflows/code_layout.yml @@ -144,13 +144,12 @@ jobs: sudo apt install -y \ expect \ silversearcher-ag - - uses: trilom/file-changes-action@v1.2.4 + - uses: tj-actions/changed-files@v35 id: changed_files with: - output: ' ' - githubToken: ${{ secrets.GITHUB_TOKEN }} + separator: ' ' - name: Spell Test - run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.files_modified }} ${{ steps.changed_files.outputs.files_added }} + run: ./scripts/spell_check/check_spelling.sh -r ${{ steps.changed_files.outputs.all_changed_files }} sip_check: runs-on: ubuntu-latest