Skip to content

Commit 6c73d9d

Browse files
committed
ci(build-test): don't escape json for changed-files action
Pass escape_json: false to have changed-files not escape the json it returns since we directly use it as arguments without any parsing.
1 parent cfff93f commit 6c73d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: tj-actions/changed-files@v37
3030
with:
3131
json: true
32-
json_raw_format: true
32+
escape_json: false
3333

3434
- name: Generate testing matrix
3535
uses: actions/github-script@v6

0 commit comments

Comments
 (0)