Fix dispatch ref

This commit is contained in:
Jordan Dominion
2024-08-16 17:28:17 -04:00
parent 68349dc91f
commit 7a66748ef2
+1 -1
View File
@@ -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: |