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

feat: trim output text #271

Merged
merged 1 commit into from
Oct 20, 2022
Merged

feat: trim output text #271

merged 1 commit into from
Oct 20, 2022

Conversation

btkostner
Copy link
Contributor

This will trim the output text in the README removing extra white space.

Current output looks like this:

<!-- action-docs-outputs -->
## Outputs

| parameter | description |
| - | - |
| cache-hit | A boolean value to indicate an exact match was found for the cache. |
| elixir-version | The exact version of Elixir installed. |
| otp-version | The exact version of Erlang/OTP installed. |



<!-- action-docs-outputs -->

New output looks like this:

<!-- action-docs-outputs -->
## Outputs

| parameter | description |
| - | - |
| cache-hit | A boolean value to indicate an exact match was found for the cache. |
| elixir-version | The exact version of Elixir installed. |
| otp-version | The exact version of Erlang/OTP installed. |
<!-- action-docs-outputs -->

@npalm npalm self-requested a review October 20, 2022 08:37
@npalm npalm merged commit 411256a into npalm:main Oct 20, 2022
npalm added a commit that referenced this pull request Oct 20, 2022
npalm added a commit that referenced this pull request Oct 20, 2022
npalm added a commit that referenced this pull request Oct 20, 2022
npalm added a commit that referenced this pull request Oct 20, 2022
semantic-releaser bot pushed a commit that referenced this pull request Oct 20, 2022
## [1.1.0](1.0.4...1.1.0) (2022-10-20)

### Features

* trim output text ([#271](#271)) ([411256a](411256a))

### Bug Fixes

* remove new lines from inputs ([#272](#272)) ([dbdbd50](dbdbd50))
* Update test for trim [#271](#271) ([#297](#297)) ([6746b95](6746b95))
* Upgrade dependcies ([#296](#296)) ([b2a0a32](b2a0a32))
@semantic-releaser
Copy link
Contributor

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

2 participants