update format message, update favion icon and title

This commit is contained in:
joseph le 2023-09-19 08:42:48 +07:00
parent 382b74ad83
commit d67a64f32a
1 changed files with 12 additions and 12 deletions

View File

@ -244,18 +244,18 @@ export async function runtimeCheckLogs(folderPath) {
// ")\n"
);
// sendMessToZulip(
// "stream",
// "AUS_VN_Test",
// "Test Log Alerts",
// "------------\n\n:warning: :warning: **" +
// fileName +
// "**\n\n" +
// content +
// "\n\n" +
// spoiler +
// "\n\n*Issue found:*\n" + issueFound
// );
sendMessToZulip(
"stream",
"AUS_VN_Test",
"Test Log Alerts",
"------------\n\n:warning: :warning: **" +
fileName +
"**\n\n" +
content +
"\n\n" +
spoiler +
"\n\n*Issue found:*\n" + issueFound
);
// }, 10000);
// }, 3000);