Browse Source

ci: stop prettier from pushing to protected branches

master
Daniel Gibbs 1 month ago
parent
commit
28cca9c459
  1. 4
      .github/workflows/action-prettier.yml

4
.github/workflows/action-prettier.yml

@ -31,6 +31,6 @@ jobs:
uses: creyD/[email protected]
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

Loading…
Cancel
Save