Skip to content

Commit

Permalink
ci: add target_commitish when triggering pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Jul 2, 2023
1 parent 1cd8553 commit 26dc96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
jenkins-pat: "${{ secrets.JENKINS_PAT }}"
insecure: "true"
job: "${{ github.action }}"
params: "ref=${{ github.ref }}"
params: "ref=${{ github.ref }},target_commitish=${{ github.event.release.target_commitish }}"
wait: false

0 comments on commit 26dc96a

Please sign in to comment.