From 4b0e1047a23c9f6a03e171979f35e05557bac0ce Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 17:23:36 -0500 Subject: [PATCH] fixed syntax --- .github/workflows/merge-sample-json.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index b2ee1e65f..cd83b8d9f 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -46,6 +46,7 @@ jobs: # run: | # find samples/ -name 'sample.json' -exec cat {} \; > test-samples.json # shell: bash - uses: sergeysova/jq-action@v2 - with: - cmd: jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json + - uses: sergeysova/jq-action@v2 + name: Merge sample.json files + with: + cmd: jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json