mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
b14b9f0bde
commit
d6c15a32cd
6 changed files with 64 additions and 63 deletions
|
|
@ -63,7 +63,11 @@ export function formatDeployment(
|
|||
return buildMessage(
|
||||
{
|
||||
author,
|
||||
title: t("events.deployment.title", { repo: repo ?? t("common.repository"), env, state: "created" }),
|
||||
title: t("events.deployment.title", {
|
||||
repo: repo ?? t("common.repository"),
|
||||
env,
|
||||
state: "created",
|
||||
}),
|
||||
url: deployment.html_url ?? deployment.statuses_url,
|
||||
color: GITHUB_COLORS.deployment_pending,
|
||||
fields,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue