I'm using the github-add-comment to add comments to my PR and got hit with this error:
I'm getting this error:
STEP-POST-COMMENT
2026-03-18T16:01:24.110890856Z Sending this data to GitHub with POST:
2026-03-18T16:01:24.110890856Z {'body': '### 📦 Published npm packages\nUse the following commands to install them:\n\n- npm install xxx@0.0.1<#comment #comment=" published-npm-packages "></#comment>'}
2026-03-18T16:01:24.110890856Z a GitHub comment has been added to https://github.com/xxx/xxx/pull/123
2026-03-18T16:01:24.124258024Z 2026/03/18 16:01:24 Error while writing message: Termination message is above max allowed size 4096, caused by large task result.
This task writes two task results:
I downgraded to 0.3 as a workaround as that version does not write any task results.
I'm using the
github-add-commentto add comments to my PR and got hit with this error:I'm getting this error:
This task writes two task results:
catalog/task/github-add-comment/0.7/github-add-comment.yaml
Line 27 in 255f9d3
catalog/task/github-add-comment/0.7/github-add-comment.yaml
Line 30 in 255f9d3
I downgraded to 0.3 as a workaround as that version does not write any task results.