mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat: add locales and tests for workflow_job, status, ping formatters
This commit is contained in:
parent
4f6b5929c1
commit
b14b9f0bde
4 changed files with 91 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export function formatDeployment(
|
|||
if (deployment.ref) {
|
||||
fields.push({
|
||||
name: t("fields.branch_tag"),
|
||||
value: `\`${deployment.ref}\``,
|
||||
value: `\`${deployment.ref.replace("refs/heads/", "")}\``,
|
||||
inline: true,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue