modifying Discord integration

This commit is contained in:
cskonopka
2025-11-16 22:17:43 -05:00
parent 6baf415c1d
commit 312fb564a7

View File

@@ -32,7 +32,7 @@ jobs:
"content": "**${repo}** updated on branch **${branch}** by **${pusher}**",
"embeds": [
{
"title": "Latest Commit",
"title": ${commit_title},
"description": "${commit_msg}",
"url": "${commit_url}"
}