Extend the commit message field to occupy at least 64 spaces

This commit is contained in:
Radek Golan 2024-04-24 14:15:01 +02:00
parent 30649b5a76
commit c00ea15488

View File

@ -60,7 +60,7 @@ webhook.add_embed(DiscordEmbed(
"inline": True "inline": True
},{ },{
"name": "Commit Message", "name": "Commit Message",
"value": environ["CI_COMMIT_MESSAGE"] "value": environ["CI_COMMIT_MESSAGE"] + "\n" + " "*64
}] }]
)) ))