Files
server-scripts/haven-notify/template/update.tmpl
Jose Henrique b1cdf15cc8
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
adding test containers
2026-07-16 09:14:51 -03:00

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 ✨"
}
}
]
}