Skip to content

Commit d37cd85

Browse files
committed
chore(sync): synced local '.github/' with remote 'general/.github/'
Synced from dgibbs64/repo-sync@d87ee32 — fix: use Node.js LTS release in devcontainer feature
1 parent fe89791 commit d37cd85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action-prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
uses: creyD/prettier_action@v4.6
3232
with:
3333
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template"
34-
prettier_options: --check .
34+
prettier_options: --write .
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
no_commit: true
36+
commit_message: "chore(prettier): format code"

0 commit comments

Comments
 (0)