Skip to content

Commit b4c0587

Browse files
committed
json
1 parent f7cf781 commit b4c0587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ runs:
5555
- name: matrix
5656
id: set-matrix
5757
shell: bash
58-
run: echo "::set-output name=specs_matrix::{\"client\": [\"search\", \"recommend\"]}"
58+
run: |
59+
echo ::set-output name=specs_matrix::'{"client": ["search", "recommend"]}'
5960
6061
outputs:
6162
# specs variables

0 commit comments

Comments
 (0)