fixed syntax
This commit is contained in:
parent
e80f04886e
commit
4b0e1047a2
|
@ -46,6 +46,7 @@ jobs:
|
||||||
# run: |
|
# run: |
|
||||||
# find samples/ -name 'sample.json' -exec cat {} \; > test-samples.json
|
# find samples/ -name 'sample.json' -exec cat {} \; > test-samples.json
|
||||||
# shell: bash
|
# shell: bash
|
||||||
uses: sergeysova/jq-action@v2
|
- uses: sergeysova/jq-action@v2
|
||||||
|
name: Merge sample.json files
|
||||||
with:
|
with:
|
||||||
cmd: jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json
|
cmd: jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json
|
||||||
|
|
Loading…
Reference in New Issue