diff --git a/discord-webhook.json b/discord-webhook.json index 5a7aac5..25c6540 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,