diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 515dd21..58446cf 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -47,7 +47,9 @@ jobs: pull_request_base_branch_name: "main" github_user_name: Crowdin Bot (Actions) github_user_email: support+bot@crowdin.com + skip_ref_checkout: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + INPUT_CROWDIN_BRANCH_NAME: "i18n-crowdin-translations"