Skip to content

Commit

Permalink
Update comment.ts (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Apr 12, 2024
1 parent d842f5a commit 6c08bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c08bb3

Please sign in to comment.