Skip to content

Commit

Permalink
.github: Fix failure notification
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Nov 28, 2023
1 parent 278a106 commit 49401c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
DISCORD_USERNAME: ${{ github.triggering_actor }}
DISCORD_EMBEDS: >
[{
"title": "${{ inputs.playback-protocol }} load test has failed!,
"title": "${{ inputs.playback-protocol }} load test has failed!",
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"color": 8388608,
"author": {
Expand Down

0 comments on commit 49401c9

Please sign in to comment.