Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): getMultilineInput not trimming whitespace #1185

Merged
merged 1 commit into from Sep 28, 2022
Merged

fix(core): getMultilineInput not trimming whitespace #1185

merged 1 commit into from Sep 28, 2022

Conversation

bicstone
Copy link
Contributor

@bicstone bicstone commented Sep 28, 2022

Fixed #1186

core.getInput is trimming whitespace by default, but core.getMultilineInput is not.
Also, core.getMultilineInput ignores trimWhitespace option.

This pull request has been fixed so that core.getMultilineInput will trim whitespace in the same way as core.getInput.

@bicstone bicstone requested a review from a team as a code owner September 28, 2022 04:01
@bicstone bicstone changed the title fix(core): getMultilineInput not trimming whitespace fix(core): getMultilineInput not trimming whitespace Sep 28, 2022
Copy link
Member

@rentziass rentziass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing this! Looking good to me, merging 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core: getMultilineInput not trimming whitespace
2 participants