We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d925e commit 79b9832Copy full SHA for 79b9832
src/index.ts
@@ -77,7 +77,7 @@ process.on("unhandledRejection", function (reason) {
77
if (artifactUrl) {
78
body = `**Visit [this link](${artifactUrl}) to download**`;
79
} else {
80
- body = "!!The diff is to big, and failed to upload.!!";
+ body = "💥💥 The diff is to big, and failed to upload. 💥💥";
81
}
82
83
0 commit comments