Skip to content

Commit 652df16

Browse files
committed
CCM-10981: make jc compact single line
1 parent f7d62e6 commit 652df16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: "Get workspaces"
6565
id: "get-workspaces"
6666
run: |
67-
echo "matrix=$(jq '.workspaces' package.json)" >> "$GITHUB_OUTPUT"
67+
echo "matrix=$(jq -c '.workspaces' package.json)" >> "$GITHUB_OUTPUT"
6868
6969
check-generated-dependencies:
7070
name: "Check generated dependencies"

0 commit comments

Comments
 (0)