Browse Source

Fix `commit_in_place` passed via env variable

pull/15151/head
Yurii Motov 4 months ago
parent
commit
5913ff095e
  1. 2
      .github/workflows/translate.yml

2
.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 }}

Loading…
Cancel
Save