From 75c1750482e46582aed7482078e34629ed3916d6 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 15 May 2026 20:29:03 +0000 Subject: [PATCH] chore(sync): synced local '.github/' with remote 'general/.github/' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synced from dgibbs64/repo-sync@c0827cced31890005c2af5b9e7832f8d758ab7df — feat(prettier): add support for additional Prettier plugins * Updated the installation command to include `prettier-plugin-ejs`. * Modified the `prettier_plugins` input to reflect the new plugin addition. --- .github/workflows/action-prettier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index ac745dcac..f5d51a44a 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -31,6 +31,6 @@ jobs: uses: creyD/prettier_action@v4.6 with: prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" - prettier_options: --check . + prettier_options: --write . github_token: ${{ secrets.GITHUB_TOKEN }} - no_commit: true + commit_message: "chore(prettier): format code"