From 0b3b8549ae7fe0dc229bdf4c59965e41e1b51b4e Mon Sep 17 00:00:00 2001 From: bokuweb Date: Fri, 12 Apr 2024 15:48:25 +0900 Subject: [PATCH] Update comment.ts --- src/comment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;