Skip to content

Commit

Permalink
.github: Fix Discord notification format
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Nov 15, 2023
1 parent c06d291 commit b3f1115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/webrtc-load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
"value": "${{ inputs.duration }}",
"inline": true
}, {
"name": "Regional Viewers",
"value": "${{ inputs.playback-region-viewers-json }}",
"name": "Viewers",
"value": ${{ toJSON(inputs.playback-region-viewers-json) }},
"inline": true
}]
}]
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
"value": "${{ inputs.duration }}",
"inline": true
}, {
"name": "Regional Viewers",
"name": "Viewers",
"value": ${{ toJSON(inputs.playback-region-viewers-json) }},
"inline": true
}]
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
"value": "${{ inputs.duration }}",
"inline": true
}, {
"name": "Regional Viewers",
"name": "Viewers",
"value": ${{ toJSON(inputs.playback-region-viewers-json) }},
"inline": true
}]
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
"value": "${{ inputs.duration }}",
"inline": true
}, {
"name": "Regional Viewers",
"name": "Viewers",
"value": ${{ toJSON(inputs.playback-region-viewers-json) }},
"inline": true
}]
Expand Down

0 comments on commit b3f1115

Please sign in to comment.