Commit c2157b8
committed
fix: strip wrapper debug annotations before jq validation in test
When use_wrapper=true, @actions/exec writes stackql's stdout directly to
the wrapper process's stdout AND the wrapper emits ::debug:: annotations
via core.debug(). Since the JSON output has no trailing newline, the debug
text is appended on the same line (e.g. [{...}]::debug::StackQL exited...).
Strip all ::name::value GitHub Actions workflow commands from captured
output before piping to jq.
https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa1 parent 7accc79 commit c2157b8
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | | - | |
| 45 | + | |
40 | 46 | | |
0 commit comments