From 24224926f87e87ee5dcb410c93d7609545917ab7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 20 May 2021 10:46:18 +0200 Subject: [PATCH] change the merge order --- .github/workflows/gnu-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 98e034994..15309709a 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -34,7 +34,7 @@ jobs: - name: Merge the json files shell: bash run: | - jq -s '.[0] * .[1]' gnu-result.json repo/gnu-result.json > merged.json + jq -s '.[0] * .[1]' repo/gnu-result.json gnu-result.json > merged.json echo "== gnu-result.json ==" cat gnu-result.json echo "== repo/gnu-result.json =="