From 8f5609f8ca5b1efffa9a4203b43e100f8be97788 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 3 Oct 2025 02:33:08 +0200 Subject: [PATCH] Fix missing preview URL in pull requests --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 609dfda399..a77963d8be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: command: pages deploy src/dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=${{ env.BRANCH }} --commit-dirty=true - name: Add deployment comment - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' uses: thollander/actions-comment-pull-request@v3 with: message: |