diff --git a/.github/workflows/reusable/_quality-checks.yml b/.github/workflows/reusable/_quality-checks.yml index eb88e43..a829758 100644 --- a/.github/workflows/reusable/_quality-checks.yml +++ b/.github/workflows/reusable/_quality-checks.yml @@ -61,9 +61,12 @@ jobs: if ! git diff --quiet; then git add . - git commit -m "auto-fix: apply code quality fixes + cat < commit_msg.txt +auto-fix: apply code quality fixes - Applied cargo fmt formatting -- Applied clippy suggestions" +- Applied clippy suggestions +EOF + git commit -F commit_msg.txt git push fi \ No newline at end of file