knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Fix whitespace/newline issues #30

Closed knl closed 4 years ago

knl commented 4 years ago

Fix improperly created commit message (an empty line was not present between the title and the body).

Remove an empty space at the beginning of the title, when no title prefix is provided.