From c517936fefb0119c0055d4d537bad23e647edd44 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 00:15:15 -0400 Subject: [PATCH] feat: updated action description format --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index b3ba763..fcd4493 100644 --- a/index.js +++ b/index.js @@ -36,6 +36,7 @@ async function run () { const newString = substring.slice(3) return `**${newString}**` }) + .replace(/(\r\n|\n|\r)/gm, "\n") const embedMsg = { title: `Release ${content.version}`,