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.
This commit is contained in:
parent
cfff93f2d6
commit
6c73d9ddb6
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: tj-actions/changed-files@v37
|
uses: tj-actions/changed-files@v37
|
||||||
with:
|
with:
|
||||||
json: true
|
json: true
|
||||||
json_raw_format: true
|
escape_json: false
|
||||||
|
|
||||||
- name: Generate testing matrix
|
- name: Generate testing matrix
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
|
Loading…
Reference in New Issue