Daniel Gibbs
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/action-prettier.yml
|
@ -30,3 +30,4 @@ jobs: |
|
|
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" |
|
|
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" |
|
|
prettier_options: --write . |
|
|
prettier_options: --write . |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
commit_message: "chore(prettier): format code" |
|
|