From 6e5e94208eb8f6ef82bc07ac30405b0e57cc5918 Mon Sep 17 00:00:00 2001 From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:36:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20`commit=5Fin=5Fplace`=20pa?= =?UTF-8?q?ssed=20via=20env=20variable=20in=20`translate.yml`=20workflow?= =?UTF-8?q?=20(#15151)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 }}