Skip to content

Commit

Permalink
fix: call correct handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored May 12, 2024
1 parent 4658908 commit dea5bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: steps.check_pr.outputs.is_pr == 'true'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Triggered by Comment
workflow: Handle Target Comment
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{"comment": "${{ github.event.comment.body }}"}'
ref: ${{ fromJson(steps.get_pr.outputs.data).head.ref }}
Expand Down

0 comments on commit dea5bcd

Please sign in to comment.