Skip to content

Commit

Permalink
chore: "Revert feat: trim output text (#271)" (#295)
Browse files Browse the repository at this point in the history
This reverts commit 411256a.
  • Loading branch information
npalm authored Oct 20, 2022
1 parent 411256a commit 0bbafa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function updateReadme(
from: to,
to: `<!-- action-docs-${section} -->${getLineBreak(
options.lineBreaks
)}${text.trim()}${getLineBreak(
)}${text}${getLineBreak(
options.lineBreaks
)}<!-- action-docs-${section} -->`,
});
Expand Down

0 comments on commit 0bbafa9

Please sign in to comment.