From 2a332df3bdfad395903111461aa45f486e54fc33 Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Thu, 5 Dec 2024 10:41:56 +0000 Subject: [PATCH] need newline --- src/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.ts b/src/notifications.ts index 6646ab5..1b9c610 100644 --- a/src/notifications.ts +++ b/src/notifications.ts @@ -36,7 +36,7 @@ export const createRun = async ( }; const commentLocator = (label?: string): string => { - return ``; + return `\n`; }; const commentBody = (label: string | undefined, result: Result): string => {