diff --git a/.github/workflows/pr-patch-check-event.yml b/.github/workflows/pr-patch-check-event.yml index a081ca2a2e0..03dd31a7539 100644 --- a/.github/workflows/pr-patch-check-event.yml +++ b/.github/workflows/pr-patch-check-event.yml @@ -40,7 +40,8 @@ jobs: inputs: { src_repo: "${{ github.repository }}", src_ref: "${{ github.head_ref }}", - src_sha: "${{ github.sha }}", + src_merge_sha: "${{ github.sha }}", + src_pr_commit_sha: "${{ github.event.pull_request.head.sha }}", patch_repo: "${{ github.repository }}-security-patches", patch_ref: "${{ github.base_ref }}", triggering_github_handle: "${{ github.event.sender.login }}"