Extend the commit message field to occupy at least 64 spaces
This commit is contained in:
parent
30649b5a76
commit
c00ea15488
@ -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
|
||||||
}]
|
}]
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user