Fix timestamp
This commit is contained in:
parent
f03b978506
commit
924360246b
@ -15,7 +15,7 @@ webhook.add_embed(DiscordEmbed(
|
||||
"Pipeline Failed" if not success else "Pipeline Succeeded",
|
||||
color="ED4245" if environ["CI_PIPELINE_STATUS"] == "failed" else "57F287",
|
||||
url=environ["CI_PIPELINE_URL"],
|
||||
timestamp=datetime.now(UTC).isoformat(),
|
||||
timestamp=datetime.now(UTC),
|
||||
author={
|
||||
"name": environ["CI_REPO"],
|
||||
"url": environ["CI_REPO_URL"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user