diff --git a/.github/workflows/discord-notify.yml b/.github/workflows/discord-notify.yml index cf40fc0..426e1ce 100644 --- a/.github/workflows/discord-notify.yml +++ b/.github/workflows/discord-notify.yml @@ -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}" }