From d32fabe3e12bf10479279987cfdf654d134bcc19 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Tue, 11 Mar 2025 13:41:24 -0700 Subject: [PATCH] Fix PR dispatch --- .github/workflows/dispatch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index ce584a6..029f172 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -20,6 +20,6 @@ jobs: "actor": "${{ github.event.pull_request.user.login || github.actor }}", "pr_number": "${{ github.event.number }}", "head_ref": "${{ github.head_ref || github.ref }}", - "head_sha": "${{ github.sha }}", - "base_ref": "${{ github.base_ref || github.ref_name }}" + "head_sha": "${{ github.event.pull_request.head.sha || github.sha }}", + "base_ref": "${{ github.ref_name }}" }