Skip to content

Commit

Permalink
Merge pull request #4530 from gizmoguy/fix-file-change-detection
Browse files Browse the repository at this point in the history
Fix file change detection with new version of tj-actions/changed-files.
  • Loading branch information
gizmoguy committed Jul 3, 2024
2 parents a0dc26b + 47085e1 commit 18fad94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 18fad94

Please sign in to comment.