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 333ae99 commit 6d7ce9eCopy full SHA for 6d7ce9e
.github/workflows/dispatch-matrix-test-on-comment.yml
@@ -35,7 +35,7 @@ jobs:
35
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
36
repository: github/codeql-coding-standards-release-engineering
37
event-type: matrix-test
38
- client-payload: '{"pr": "${{ github.event.number }}"}'
+ client-payload: '{"pr": "${{ github.event.issue.number }}"}'
39
40
- uses: actions/github-script@v6
41
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
0 commit comments