You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: extract JSON from mixed debug output in workflow
When DEBUG_MODE is enabled, the workflow captures both debug output
(stderr) and JSON output (stdout) together. This caused JSON parsing
to fail because it tried to parse the entire mixed output.
Now the workflow extracts just the JSON object from the mixed output
before attempting to parse it.
0 commit comments