fix(github): compact jq output for GITHUB_OUTPUT #139

Merged
lerko merged 1 commits from feat/github-issues-forward into main 2026-06-20 17:00:51 +00:00

1 Commits

Author SHA1 Message Date
lerko 5ca534b0b1 fix(github): compact jq output for GITHUB_OUTPUT compatibility
CI / test (pull_request) Successful in 1m50s
CI / lint (pull_request) Successful in 1m11s
CI / vulncheck (pull_request) Successful in 51s
LABEL_IDS was pretty-printed multi-line JSON, which breaks
GITHUB_OUTPUT's single-line format. Also compact GH_LABELS
before passing as --argjson to avoid multi-line toJSON expansion.
2026-06-20 12:53:11 -04:00