From 300c79b6cfdfc2572cc8a9ac48b142de241ba9f0 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 19 Jun 2024 16:24:49 -0400 Subject: [PATCH] chore: template network name --- .github/workflows/run-performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-performance.yaml b/.github/workflows/run-performance.yaml index 7a35a5b..943e741 100644 --- a/.github/workflows/run-performance.yaml +++ b/.github/workflows/run-performance.yaml @@ -112,7 +112,7 @@ jobs: SIMULATION_COLOR: 3066993 run: | set -exo pipefail - export SIMULATION_STATUS_TAG=Simulation $THIS_TEST started + export SIMULATION_STATUS_TAG="Simulation $THIS_TEST started" envsubst < notifications/notification-template.json > message.json cat message.json curl -v -H "Content-Type: application/json" -X POST -d @./message.json "${{ secrets.DISCORD_WEBHOOK_URL_SUCCEEDED }}"