Skip to content

Conversation

@github-actions
Copy link
Contributor

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

📝 Brief description

Fix newline handling if using commit_prefix or commit_message

💻 Commits

  • 398d405 - Krzysztof Szyper - 2022-11-10 13:37:43
    Fix newline handling if using commit_prefix or commit_message
    git commit in Ubuntu is not handling stroke the same way as Alpine.
    Using echo -e will normalize this.
    This wasn't an issue on Alpine.

    Added also newline handling to files_changed just in case.

📁 Modified files

entrypoint.sh | 6 +++---
1 file changed, 3 insertions(+), 3 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

`git commit` in Ubuntu is not handling `\n` stroke the same way as Alpine.
Using `echo -e` will normalize this.
This wasn't an issue on Alpine.

Added also newline handling to `files_changed` just in case.
@github-actions github-actions bot requested review from a team and ChristophShyper as code owners November 10, 2022 12:38
@github-actions github-actions bot added the bugfix Bug needing a fix label Nov 10, 2022
@ChristophShyper ChristophShyper merged commit 649bcb8 into master Nov 10, 2022
@ChristophShyper ChristophShyper deleted the bugfix/newline branch November 10, 2022 12:41
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.

2 participants