diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e46953a7..8f3227de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use Node.js 16.x uses: actions/setup-node@v3.6.0