]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔨 Fix `commit_in_place` passed via env variable in `translate.yml` workflow (#15151)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Wed, 18 Mar 2026 15:36:56 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 15:36:56 +0000 (16:36 +0100)
.github/workflows/translate.yml

index 8c807ec5ab8581229e9b4e5b3d76dab331b5a469..efa052c7a219bae68d8f89af7bb4c2e2b652c1a6 100644 (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 }}