Update and rename webhook-test to discord-webhook.json
hopefully this is fine to include in the repomain
parent
7b3a6d4b4a
commit
7cd4ed219e
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -1,2 +0,0 @@
|
|||||||
this can be deleted
|
|
||||||
test2
|
|
Loading…
Reference in New Issue