Skip to content

Commit

Permalink
CI: Use the PR number correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke authored Aug 13, 2023
1 parent dad4320 commit e946bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slashdot_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
token: ${{ secrets.ASV_TOK }}
commands: |
trigger-asv
client-payload: '{"pr_number": "${{ github.event.pull_request.number }}"}'
static-args: |
pr_number=${{ github.event.number }}

0 comments on commit e946bff

Please sign in to comment.