From 0bbafa902d32efcca2c0cd340e5ec830d17c2e43 Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 20 Oct 2022 11:14:37 +0200 Subject: [PATCH] chore: "Revert feat: trim output text (#271)" (#295) This reverts commit 411256ac3a08096aef37293316bb4171c1321526. --- 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 c63830a8..6bd751c3 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.trim()}${getLineBreak( + )}${text}${getLineBreak( options.lineBreaks )}`, });