From 8bae43087e59737bd30d078b0cd101c17dee2ec7 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 12:46:55 -0400 Subject: [PATCH] Hello, world! I swear if that sends the wrong thing --- discord-webhook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-webhook.json b/discord-webhook.json index 25c6540..32852fa 100644 --- a/discord-webhook.json +++ b/discord-webhook.json @@ -2,7 +2,7 @@ "content": "New commit pushed to repository", "embeds": [ { - "title": '${{ github.event.head_commit.message }}', + "title": "${{ github.event.head_commit.message }}", "description": "A new commit has been pushed to the repository.", "url": "https://cursedcreationsteam.github.io", "color": 123456,