Procházet zdrojové kódy

chore(sync): synced local '.github/' with remote 'general/.github/'

Synced from dgibbs64/repo-sync@182628722892023dffed151ab5a277d0dee617f1 — Add ansible-role-snowagent and ansible-role-trellix_agent to sync group
dgibbs64 před 14 hodinami
rodič
revize
0d5e56b782
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .github/workflows/action-prettier.yml

+ 2 - 2
.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"