diff --git a/.github/actions/setup-bot/action.yml b/.github/actions/setup-bot/action.yml index f8d683615..647cd6335 100644 --- a/.github/actions/setup-bot/action.yml +++ b/.github/actions/setup-bot/action.yml @@ -24,7 +24,7 @@ runs: id: generate-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ inputs.app-id }} + client-id: ${{ inputs.app-id }} private-key: ${{ inputs.private-key }} - name: Configure Git run: | diff --git a/scripts/translations/translation_merger.py b/scripts/translations/translation_merger.py index 6ea4b9536..503cbd25f 100644 --- a/scripts/translations/translation_merger.py +++ b/scripts/translations/translation_merger.py @@ -22,7 +22,9 @@ import tomli_w class TranslationMerger: def __init__( self, - locales_dir: str = os.path.join(os.getcwd(), "frontend", "editor", "public", "locales"), + locales_dir: str = os.path.join( + os.getcwd(), "frontend", "editor", "public", "locales" + ), ignore_file: str = os.path.join( os.getcwd(), "scripts", "ignore_translation.toml" ),