Commit cb34698
Fix detect-plugins output: use compact jq to avoid multi-line GITHUB_OUTPUT
jq -s . pretty-prints the JSON array across multiple lines. GitHub Actions
rejects multi-line values written with the key=value syntax to GITHUB_OUTPUT.
Changed to jq -sc . so the array stays on one line.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 50b4670 commit cb34698
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments