From b4c05872e74299885ff72ee98245fe6fe59955d1 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Mon, 10 Jan 2022 19:16:27 +0100 Subject: [PATCH] json --- .github/actions/setup/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 301ed9ec633..1596007a1d9 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -55,7 +55,8 @@ runs: - name: matrix id: set-matrix shell: bash - run: echo "::set-output name=specs_matrix::{\"client\": [\"search\", \"recommend\"]}" + run: | + echo ::set-output name=specs_matrix::'{"client": ["search", "recommend"]}' outputs: # specs variables