We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee92f0 commit 40318a0Copy full SHA for 40318a0
.github/workflows/prettier.yml
@@ -18,9 +18,9 @@ jobs:
18
ref: ${{ github.head_ref }}
19
20
- name: Prettify code
21
- uses: creyD/prettier_action@v3.0
+ uses: creyD/prettier_action@v3.3
22
with:
23
prettier_options: --write **/*.{java}
24
- commit_message: 'feat: prettify code'
+ commit_message: 'style: prettify code'
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments