We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d62e6 commit 652df16Copy full SHA for 652df16
.github/workflows/stage-2-test.yaml
@@ -64,7 +64,7 @@ jobs:
64
- name: "Get workspaces"
65
id: "get-workspaces"
66
run: |
67
- echo "matrix=$(jq '.workspaces' package.json)" >> "$GITHUB_OUTPUT"
+ echo "matrix=$(jq -c '.workspaces' package.json)" >> "$GITHUB_OUTPUT"
68
69
check-generated-dependencies:
70
name: "Check generated dependencies"
0 commit comments