Skip to content

Commit 6e5e942

Browse files
authored
🔨 Fix commit_in_place passed via env variable in translate.yml workflow (#15151)
1 parent 1438858 commit 6e5e942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/translate.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ jobs:
119119
LANGUAGE: ${{ matrix.lang }}
120120
EN_PATH: ${{ github.event.inputs.en_path }}
121121
COMMAND: ${{ matrix.command }}
122-
COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place }}
122+
COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place == 'true' && 'true' || '' }}
123123
MAX: ${{ github.event.inputs.max }}

0 commit comments

Comments
 (0)