diff --git a/src/comment.ts b/src/comment.ts index 1f2edc5c..63b1d094 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -251,7 +251,7 @@ ${report} lines.pop(); } lines.push('\n'); - lines.push('Some report is omitted because comment body size limitation exceeded.'); + lines.push('⚠️ report is omitted because comment body size limitation exceeded. Please check report in artifact.'); return lines.join('\n'); } return body;