From 28cca9c45992f5c197571d94c0f7a0078a700602 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 4 May 2026 12:20:10 +0000 Subject: [PATCH] ci: stop prettier from pushing to protected branches --- .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 f5d51a44a..ac745dcac 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: --write . + prettier_options: --check . github_token: ${{ secrets.GITHUB_TOKEN }} - commit_message: "chore(prettier): format code" + no_commit: true