From 5c5c095e636581e4c6dd4ba858d483f0a93b414b Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 24 Dec 2025 14:07:01 -0600 Subject: [PATCH] fix: translation workflow error --- .github/workflows/translate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 890cda4d..bd180ece 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -23,6 +23,7 @@ jobs: api-key: ${{ secrets.GEMINI_API_KEY }} engine: gemini output-languages: de fr it ko pt-br ru zh + base-branch: ${{ github.ref_name }} - name: Commit and push translations run: |