Skip to content

Commit

Permalink
Add commit message to Prettier GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 8, 2023
1 parent be3af17 commit abca5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add .
git commit -m "Format code with Prettier"
git commit -m "${{ github.event.head_commit.message }} (Formatted code with Prettier)"
git push

0 comments on commit abca5db

Please sign in to comment.