diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 2aa75a4..594b711 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -35,5 +35,5 @@ jobs: git config user.name "GitHub Actions" git config user.email "actions@github.com" git add . - git commit -m "Format code with Prettier" + git commit -m "${{ github.event.head_commit.message }} (Formatted code with Prettier)" git push