From f9f5ce38a3fa43aa10a038c3ad97fd016f693afa Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Mon, 18 Aug 2025 18:31:11 +0000 Subject: [PATCH] chore: synced local './' with remote 'docker/' --- .github/workflows/action-prettier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index 8915985..9560634 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -30,3 +30,4 @@ jobs: prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" prettier_options: --write . github_token: ${{ secrets.GITHUB_TOKEN }} + commit_message: "chore(prettier): format code"