From 41c55cacbb2b8ba7dfcb7471694857637cb379a9 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Wed, 6 Aug 2025 09:16:34 -0700 Subject: [PATCH] Correctly set the source repository Signed-off-by: Madelyn Olson --- .github/workflows/zola-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/zola-deploy.yml b/.github/workflows/zola-deploy.yml index 985f11f5..624db52f 100644 --- a/.github/workflows/zola-deploy.yml +++ b/.github/workflows/zola-deploy.yml @@ -24,6 +24,9 @@ jobs: ref: >- ${{ github.event_name == 'pull_request' && github.head_ref || 'main' }} + repository: >- + ${{ github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name || 'main' }} path: website - name: Checkout valkey-doc