Skip to content

Commit dad4320

Browse files
authored
CI: Use the pull request number
1 parent 0830254 commit dad4320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slashdot_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
token: ${{ secrets.ASV_TOK }}
1313
commands: |
1414
trigger-asv
15-
client-payload: '{"pr_number": "${{ github.event.issue.number }}"}'
15+
client-payload: '{"pr_number": "${{ github.event.pull_request.number }}"}'

0 commit comments

Comments
 (0)