From 2e91a9a691b1af8fbfc7d6caa472585eae9743ac Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 18 Aug 2025 19:36:22 +0100 Subject: [PATCH] chore: synced local './' with remote 'docker/' (#81) --- .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"