Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (pull_request) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Test Haven Notify (pull_request) Has been cancelled
20 lines
444 B
Cheetah
20 lines
444 B
Cheetah
{
|
|
"embeds": [
|
|
{
|
|
"title": {{json (printf "🔄 Update - %s" .Asset)}},
|
|
"description": {{json (printf "**%s** has successfully updated **%s**! ✅" .Host .Asset)}},
|
|
"color": 3447003,
|
|
"fields": [
|
|
{
|
|
"name": "⏱️ Time Taken",
|
|
"value": {{json (formatSeconds .Time)}},
|
|
"inline": true
|
|
}
|
|
],
|
|
"footer": {
|
|
"text": "✨ Haven Notify ✨"
|
|
}
|
|
}
|
|
]
|
|
}
|