Skip to content

Commit 10a4dda

Browse files
Remove duplicate whitespace
Co-authored-by: Jeongsoo Lee <[email protected]>
1 parent 46f271b commit 10a4dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dispatch-matrix-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
2424
repository: github/codeql-coding-standards-release-engineering
2525
event-type: matrix-test
26-
client-payload: '{"pr": "${{ github.event.number }}"}'
26+
client-payload: '{"pr": "${{ github.event.number }}"}'
2727

2828
- uses: actions/github-script@v6
2929
if: ${{ contains(fromJSON('["mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "nicolaswill"]'), github.actor) }}

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

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

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

0 commit comments

Comments
 (0)