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 sed gobbling for a newline replacement #109

Merged
merged 2 commits into from
Nov 10, 2022
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 10, 2022

📝 Brief description

Fix sed gobbling for a newline replacement
Bump release to v0.5.3

💻 Commits

  • 5121a09 - Krzysztof Szyper - 2022-11-10 14:15:43
    | Bump release to v0.5.3
    |
  • 88b40e3 - Krzysztof Szyper - 2022-11-10 14:12:49
    Fix sed gobbling for a newline replacement
    Current version of sed on ubuntu:jammy-20221101 stopped working as before.
    As a result newlines weren't showing properly in PR body.
    Output was polluted by strings, which should be newlines.

📁 Modified files

Makefile | 2 +-
README.md | 6 +++---
action.yml | 2 +-
entrypoint.sh | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Current version of `sed` on `ubuntu:jammy-20221101` stopped working as before.
As a result newlines weren't showing properly in PR body.
Output was polluted by `^NowALiNiA^` strings, which should be newlines.
@github-actions github-actions bot requested review from ChristophShyper and a team as code owners November 10, 2022 13:13
@github-actions github-actions bot added the bugfix Bug needing a fix label Nov 10, 2022
@ChristophShyper ChristophShyper merged commit d2b6e10 into master Nov 10, 2022
@ChristophShyper ChristophShyper deleted the bugfix/newline branch November 10, 2022 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bug needing a fix
Development

Successfully merging this pull request may close these issues.

1 participant