We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4320 commit e946bffCopy full SHA for e946bff
.github/workflows/slashdot_trigger.yml
@@ -12,4 +12,5 @@ jobs:
12
token: ${{ secrets.ASV_TOK }}
13
commands: |
14
trigger-asv
15
- client-payload: '{"pr_number": "${{ github.event.pull_request.number }}"}'
+ static-args: |
16
+ pr_number=${{ github.event.number }}
0 commit comments