diff --git a/.gitea/workflows/update-badges.yml b/.gitea/workflows/update-badges.yml index e65594e..8f380af 100644 --- a/.gitea/workflows/update-badges.yml +++ b/.gitea/workflows/update-badges.yml @@ -87,11 +87,7 @@ jobs: else echo "Badge changes detected, committing..." git add README.md - git commit -m "chore: update quality badges - -- Pylint: ${{ steps.pylint.outputs.score }} -- Pyright: ${{ steps.pyright.outputs.errors }} errors - -[skip ci]" + MSG="chore: update quality badges"$'\n\n'"- Pylint: ${{ steps.pylint.outputs.score }}"$'\n'"- Pyright: ${{ steps.pyright.outputs.errors }} errors"$'\n\n'"[skip ci]" + git commit -m "$MSG" git push fi