feat: add locales and tests for workflow_job, status, ping formatters

This commit is contained in:
RhenCloud 2026-08-03 07:24:56 +08:00
parent 4f6b5929c1
commit b14b9f0bde
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
4 changed files with 91 additions and 1 deletions

View file

@ -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,
});
}