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: suppress Bazel logs in checksum updater workflow JSON output
The workflow was redirecting both stderr and stdout to the JSON results file,
causing Bazel INFO logs to be included in the JSON, making it unparseable by jq.
Fix: Use 'tail -n 1' to capture only the final JSON line from the output,
which is the actual result from the checksum updater tool.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments