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