mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
fix(push): link branch ref in title as inline code
This commit is contained in:
parent
3bcc98efc8
commit
2975087262
3 changed files with 5 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ export function formatPush(
|
|||
count,
|
||||
s: count !== 1 ? "s" : "",
|
||||
repo: repo ?? t("common.repository"),
|
||||
ref,
|
||||
ref: isTagPush ? tagLink(baseUrl, rawRef, ref) : branchLink(baseUrl, rawRef, ref),
|
||||
}),
|
||||
url: compareUrl,
|
||||
color: GITHUB_COLORS.push,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue