From 1a2798865ff265862e7ae8fe297dba38ef83909b Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Mon, 12 Sep 2022 10:30:40 -0600 Subject: [PATCH] feat: trim output text --- src/action-docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action-docs.ts b/src/action-docs.ts index 6bd751c3..c63830a8 100644 --- a/src/action-docs.ts +++ b/src/action-docs.ts @@ -142,7 +142,7 @@ async function updateReadme( from: to, to: `${getLineBreak( options.lineBreaks - )}${text}${getLineBreak( + )}${text.trim()}${getLineBreak( options.lineBreaks )}`, });