You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|