diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 1609c879..ae409bd2 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - repository: ${{ github.event.pull_request_target.head.repo.full_name }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use node.js 14.15 uses: actions/setup-node@v1 with: