From 47085e1b967b0b1a35635cc519e41a5b2d57ab74 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Thu, 27 Jun 2024 12:02:58 +1200 Subject: [PATCH] Fix file change detection with new version of tj-actions/changed-files. --- .github/workflows/tests-codecheck.yml | 2 +- .github/workflows/tests-docs.yml | 2 +- .github/workflows/tests-integration.yml | 4 ++-- .github/workflows/tests-unit.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-codecheck.yml b/.github/workflows/tests-codecheck.yml index 06739181f6..b3d6b89dc4 100644 --- a/.github/workflows/tests-codecheck.yml +++ b/.github/workflows/tests-codecheck.yml @@ -25,7 +25,7 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true - json_raw_format: true + escape_json: false - if: ${{ steps.file_changes.outputs.all_changed_files }} name: Compare file changes run: | diff --git a/.github/workflows/tests-docs.yml b/.github/workflows/tests-docs.yml index f2a6ad580f..d5d5f5a0cc 100644 --- a/.github/workflows/tests-docs.yml +++ b/.github/workflows/tests-docs.yml @@ -25,7 +25,7 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true - json_raw_format: true + escape_json: false - if: ${{ steps.file_changes.outputs.all_changed_files }} name: Compare file changes run: | diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 9ba5de2643..886a4b78cc 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -28,7 +28,7 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true - json_raw_format: true + escape_json: false - if: ${{ steps.file_changes.outputs.all_changed_files }} name: Compare file changes run: | @@ -98,7 +98,7 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true - json_raw_format: true + escape_json: false - if: ${{ steps.file_changes.outputs.all_changed_files }} name: Compare file changes run: | diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 99a7bd9154..f8098c0abb 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -29,7 +29,7 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true - json_raw_format: true + escape_json: false - if: ${{ steps.file_changes.outputs.all_changed_files }} name: Compare file changes run: |