Skip to content

Commit

Permalink
Fix dispatch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 16, 2024
1 parent 68349dc commit 7a66748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7a66748

Please sign in to comment.