Skip to content

Commit

Permalink
Merge 0b3b854 into d842f5a
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Apr 12, 2024
2 parents d842f5a + 0b3b854 commit 2724653
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 2724653

Please sign in to comment.