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 f43b492 commit a247b21Copy full SHA for a247b21
.github/workflows/dispatch-release-performance-check.yml
@@ -33,7 +33,7 @@ jobs:
33
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
34
repository: github/codeql-coding-standards-release-engineering
35
event-type: performance-test
36
- client-payload: '{"pr": "${{ github.event.number }}"}'
+ client-payload: '{"pr": "${{ github.event.issue.number }}"}'
37
38
39
- uses: actions/github-script@v6
0 commit comments