From 7cd4ed219eb6f6bd71fb60a78ae3cb498f328ba1 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 12:42:41 -0400 Subject: [PATCH] Update and rename webhook-test to discord-webhook.json hopefully this is fine to include in the repo --- discord-webhook.json | 14 ++++++++++++++ webhook-test | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 discord-webhook.json delete mode 100644 webhook-test diff --git a/discord-webhook.json b/discord-webhook.json new file mode 100644 index 0000000..5a7aac5 --- /dev/null +++ b/discord-webhook.json @@ -0,0 +1,14 @@ +{ + "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" + } + } + ] +} diff --git a/webhook-test b/webhook-test deleted file mode 100644 index 345fe5e..0000000 --- a/webhook-test +++ /dev/null @@ -1,2 +0,0 @@ -this can be deleted -test2