From f490eeaa59c0a3957b24214e86c462a2e9a6c7fa Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Thu, 8 Jun 2023 05:11:10 -0600 Subject: [PATCH] chore: update test.yml --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) 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