Fix sed gobbling for a newline replacement
Bump release to v0.5.3
:computer: 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.
:memo: Brief description
Fix sed gobbling for a newline replacement Bump release to
v0.5.3
:computer: Commits
v0.5.3
sed
onubuntu:jammy-20221101
stopped working as before. As a result newlines weren't showing properly in PR body. Output was polluted by:file_folder: Modified files
Makefile | 2 +- README.md | 6 +++--- action.yml | 2 +- entrypoint.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
:warning: Additional information
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information