From e6056c49fd9869ac66bb0743073e0ba290b6a469 Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 20 Oct 2022 11:12:23 +0200 Subject: [PATCH] Revert "feat: trim output text (#271)" 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 )}`, });