Просмотр исходного кода

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

Synced from dgibbs64/repo-sync@0d089f257ab6bcf099e77124d863876c8e19f9e4 — chore: remove opensuseleap15 exclusion from latest ansible-core (now Python 3.11 / Leap 15.6)
dgibbs64 12 часов назад
Родитель
Сommit
8ed1c13a38
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
         uses: creyD/prettier_action@v4.6
         with:
         with:
           prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template"
           prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template"
-          prettier_options: --check .
+          prettier_options: --write .
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
-          no_commit: true
+          commit_message: "chore(prettier): format code"