Update commit message formatting
Some checks failed
Release Creation / build (release) Failing after 26s
Some checks failed
Release Creation / build (release) Failing after 26s
- Replace newline characters with line breaks in commit message body. - Enhance readability by using a single line break between each line of the commit message.
This commit is contained in:
@@ -50,4 +50,5 @@ jobs:
|
||||
files: |-
|
||||
./dist/module.json
|
||||
./dist/module.zip
|
||||
body: ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}
|
||||
body: |-
|
||||
${{ steps.commit-message.outputs.COMMIT_MESSAGE }}
|
||||
Reference in New Issue
Block a user