Skip to content

Commit

Permalink
Create Webhook.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphonic authored Dec 14, 2024
1 parent 7e6b7c1 commit 398ca8c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/Webhook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"content": null,
"embeds": [
{
"title": "New Release 🧰",
"color": 6291288,
"fields": [
{
"name": "Commit ⚡",
"value": "Message » `${{ github.event.head_commit.message }}`\n\nCommit SHA » `${{ github.sha }}`"
},
{
"name": "Workflow ☢️",
"value": "Branch » `${{ github.ref.name }}`\n\nWorkflow Runtime » `${{ }}`"
},
{
"name": "Release 📦",
"value": "Download » `${{ }}`"
}
],
"author": {
"name": "${{ github.actor.login }}"
},
"footer": {
"text": "[Main Repository 🔑](https://github.com/Hyphonic/Conquest)"
}
}
],
"attachments": []
}

0 comments on commit 398ca8c

Please sign in to comment.