Skip to content

Commit 6d7ce9e

Browse files
committed
issue issue
1 parent 333ae99 commit 6d7ce9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch-matrix-test-on-comment.yml

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

4040
- uses: actions/github-script@v6
4141
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}

0 commit comments

Comments
 (0)