From b131063de9dad875c51a09e14128342641688f13 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 18:02:34 -0500 Subject: [PATCH] using jq directly --- .github/workflows/merge-sample-json.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index 925087d28..84c3def38 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -44,7 +44,6 @@ jobs: - uses: actions/checkout@v2 - name: Run script file run: | - sudo apt-get install -y jq jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json shell: bash