diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index 84c3def38..e5b3035eb 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -42,8 +42,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Run script file + - name: Combine json files run: | jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json - shell: bash - + shell: bash \ No newline at end of file