We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1b21d commit 2a0dbaaCopy full SHA for 2a0dbaa
.github/workflows/dispatch-matrix-check.yml
@@ -22,7 +22,7 @@ jobs:
22
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
23
repository: github/codeql-coding-standards-release-engineering
24
event-type: matrix-test
25
- client-payload: '{"pr": "${{ github.event.number }}"'
+ client-payload: '{"pr": "${{ github.event.number }}"}'
26
27
28
- uses: actions/github-script@v6
0 commit comments