소스 검색

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 3 주 전
부모
커밋
0d5e56b782
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"