🔨 Fix commit_in_place passed via env variable in translate.yml workflow (#15151)

This commit is contained in:
Motov Yurii
2026-03-18 16:36:56 +01:00
committed by GitHub
parent 1438858737
commit 6e5e94208e

View File

@@ -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 }}