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:
Conicaw 2023-08-09 18:12:23 -05:00
parent cfff93f2d6
commit 6c73d9ddb6
No known key found for this signature in database
GPG Key ID: 8DE10AC00159C418
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
uses: tj-actions/changed-files@v37
with:
json: true
json_raw_format: true
escape_json: false
- name: Generate testing matrix
uses: actions/github-script@v6