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
dev-inf: Fix result extraction from JSONL execution file
The execution_file is in JSONL format with multiple JSON objects.
Updated extraction to:
1. Use jq select filter to find the object with type=="result"
2. Extract the .result field from that object
3. Use heredoc format for multiline output in GITHUB_OUTPUT
This ensures the full analysis text is passed between stages.
Epic: none
Release note: none
0 commit comments