Skip to content

Commit

Permalink
.github: One last formatting fix
Browse files Browse the repository at this point in the history
So hard to test this on a branch lol
  • Loading branch information
victorges committed Nov 15, 2023
1 parent 47d8e42 commit 5b3b90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webrtc-load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Run WebRTC load test
runs-on: ubuntu-latest
container:
image: livepeer/webrtc-load-tester:vg-chore-image-ci
image: livepeer/webrtc-load-tester:master
steps:
- name: calculate-dates-and-times
id: timestamp
Expand All @@ -54,7 +54,7 @@ jobs:
DISCORD_EMBEDS: >
[{
"title": "WebRTC load test starting",
"description": "A load test is starting (production=${{ inputs.production }}). Viewers: ${{ inputs.playback-region-viewers-json }}",
"description": "A load test is starting (production=${{ inputs.production }}). Viewers: ${{ toJSON(inputs.playback-region-viewers-json) }}",
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"timestamp": "${{ steps.timestamp.outputs.date }}",
"author": {
Expand Down

0 comments on commit 5b3b90d

Please sign in to comment.