diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index f4c537393..1c4d75231 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -206,7 +206,7 @@ jobs: --actor ${{ github.event.pull_request.user.login }} \ --reference-file "${REFERENCE_FILE}" \ --branch "pr-branch" \ - --check + --check \ --files "${FILES_LIST[@]}" > result.txt continue-on-error: true # Continue the job even if this step fails