redo webhook

main
SolDev69 2 years ago
parent 8bae43087e
commit ef1b5f2c27

@ -15,4 +15,7 @@ jobs:
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
raw-data: discord-webhook.json
embed-title: ${{ github.event.head_commit.message }}
embed-description: "A new commit has been pushed to the repository."
username: "Github Actions"
avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png

@ -1,14 +0,0 @@
{
"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"
}
}
]
}
Loading…
Cancel
Save