From 5913ff095e22ecc49731da08383a63fc75d1809e Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 18 Mar 2026 15:03:15 +0100 Subject: [PATCH] Fix `commit_in_place` passed via env variable --- .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 8c807ec5ab..efa052c7a2 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -119,5 +119,5 @@ jobs: LANGUAGE: ${{ matrix.lang }} EN_PATH: ${{ github.event.inputs.en_path }} COMMAND: ${{ matrix.command }} - COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place }} + COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place == 'true' && 'true' || '' }} MAX: ${{ github.event.inputs.max }}