Skip to content

Commit

Permalink
CI: Trigger with the correct arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke authored Aug 13, 2023
1 parent e946bff commit f68ebb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger_asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
workflow_file_name: triggered.yml
ref: master
wait_workflow: true
client_payload: '{"pr_number": "${{ github.event.pull_request.number }}"}'
client_payload: '{"pr_number": "${{ github.event.client_payload.slash_command.args.named.pr_number }}"}'

0 comments on commit f68ebb7

Please sign in to comment.