diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 77d7ceba5b67f6..c9b8494dd3e73f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -114,12 +114,11 @@ jobs: - run: find apps/web/public/static/locales/** -name "common.json" | xargs git checkout ${{ github.event.pull_request.head.sha }} -- if: ${{ github.event.pull_request.head.sha != '' }} shell: bash + - run: git checkout ${{ github.event.pull_request.head.sha }} -- i18n.json + if: ${{ github.event.pull_request.head.sha != '' }} - uses: replexica/replexica@main - env: - GH_TOKEN: ${{ github.token }} with: api-key: ${{ secrets.CI_REPLEXICA_API_KEY }} - pull-request: true type-check: name: Type check