From 32714ccedf28a14de84220cad9d57ca3dd2de7e8 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 19 Feb 2026 21:12:41 +0000 Subject: [PATCH] fix: update commit message format in translation workflow --- .github/workflows/translate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 70156b7d..30e00874 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -35,7 +35,7 @@ jobs: uses: lingodotdev/lingo.dev@main with: api-key: ${{ secrets.LINGODOTDEV_API_KEY }} - commit-message: chore: update translations + commit-message: "chore: update translations" working-directory: apps/web parallel: true