Skip to content

Commit a247b21

Browse files
committed
fix check
1 parent f43b492 commit a247b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch-release-performance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
3434
repository: github/codeql-coding-standards-release-engineering
3535
event-type: performance-test
36-
client-payload: '{"pr": "${{ github.event.number }}"}'
36+
client-payload: '{"pr": "${{ github.event.issue.number }}"}'
3737

3838

3939
- uses: actions/github-script@v6

0 commit comments

Comments
 (0)