From 6319a81ddb80624a42aff9baf4f04c8aded3a66a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 9 May 2021 20:58:48 +0200 Subject: [PATCH] Fixed event name --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: