Skip to content

feat: enable structured output without losing human-readable CI logs#53

Merged
benner merged 1 commit into
mainfrom
feat/output-file
Apr 26, 2026
Merged

feat: enable structured output without losing human-readable CI logs#53
benner merged 1 commit into
mainfrom
feat/output-file

Conversation

@benner
Copy link
Copy Markdown
Owner

@benner benner commented Apr 26, 2026

Writing JSONL to stdout forced users to choose between human-readable
CI logs and machine-readable output. --output-file writes JSONL to a
file while text continues to stdout, making both available at once.

The action exposes the path as an output so downstream steps can consume
the file directly without knowing its location.

Writing JSONL to stdout forced users to choose between human-readable
CI logs and machine-readable output. --output-file writes JSONL to a
file while text continues to stdout, making both available at once.

The action exposes the path as an output so downstream steps can consume
the file directly without knowing its location.

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
@benner benner marked this pull request as ready for review April 26, 2026 03:54
@benner benner merged commit 9259658 into main Apr 26, 2026
4 checks passed
@benner benner deleted the feat/output-file branch April 26, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant