Skip to content

Commit e946bff

Browse files
authored
CI: Use the PR number correctly
1 parent dad4320 commit e946bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/slashdot_trigger.yml

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

0 commit comments

Comments
 (0)