Skip to content

Commit

Permalink
feat: trim output text (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Oct 20, 2022
1 parent 7546ae5 commit 411256a
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}${getLineBreak(
)}${text.trim()}${getLineBreak(
options.lineBreaks
)}<!-- action-docs-${section} -->`,
});
Expand Down

0 comments on commit 411256a

Please sign in to comment.