From 7a66748ef2c7732bc974fe4afaedbe54f12e9e5d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 16 Aug 2024 17:28:17 -0400 Subject: [PATCH] Fix dispatch ref --- .github/workflows/ci-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index b048468dc2..6aa0e7085b 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -67,7 +67,7 @@ jobs: dispatch-method: workflow_dispatch owner: ${{ github.repository_owner }} repo: ${{ github.event.pull_request.base.repo.name }} - ref: "refs/pull/${{ github.event.pull_request.number }}/merge" + ref: ${{ github.event.pull_request.head.ref }} workflow: ci-pipeline.yml token: ${{ github.token }} workflow-inputs: |