fixed syntax

This commit is contained in:
Hugo Bernier 2022-02-12 17:23:36 -05:00 committed by GitHub
parent e80f04886e
commit 4b0e1047a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,7 @@ jobs:
# run: |
# find samples/ -name 'sample.json' -exec cat {} \; > test-samples.json
# shell: bash
uses: sergeysova/jq-action@v2
- uses: sergeysova/jq-action@v2
name: Merge sample.json files
with:
cmd: jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json