We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commit_in_place
translate.yml
1 parent 1438858 commit 6e5e942Copy full SHA for 6e5e942
1 file changed
‎.github/workflows/translate.yml‎
@@ -119,5 +119,5 @@ jobs:
119
LANGUAGE: ${{ matrix.lang }}
120
EN_PATH: ${{ github.event.inputs.en_path }}
121
COMMAND: ${{ matrix.command }}
122
- COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place }}
+ COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place == 'true' && 'true' || '' }}
123
MAX: ${{ github.event.inputs.max }}
0 commit comments