From dfe98c9208ad2897d2f127600738d28cc47d2cfe Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Thu, 5 Dec 2024 10:47:20 +0000 Subject: [PATCH] force new line --- src/notifications.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifications.ts b/src/notifications.ts index a2e3cca..9f87301 100644 --- a/src/notifications.ts +++ b/src/notifications.ts @@ -37,6 +37,7 @@ export const createRun = async ( const commentLocator = (label?: string): string => { return ` + `; };