From 10437f6bac6514393047435da2ca630f0cb4f41f Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 12:34:12 -0400 Subject: [PATCH] Update discord-webhook.yml please work --- .github/workflows/discord-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index bd6b3e6..55fca0f 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -14,4 +14,4 @@ jobs: uses: tsickert/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} - content: "Test" + content: '{ "content": "New commit pushed to repository", "embeds": [{ "title": ${{ github.event.head_commit.message }}, "description": "A new commit has been pushed to the repository.", "url": "https://cursedcreationsteam.github.io", "color": 123456,"footer": { "text": "Push Notification" }}]}'