diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl index 20330b5d62..a18994e029 100644 --- a/templates/repo/actions/runs_list.tmpl +++ b/templates/repo/actions/runs_list.tmpl @@ -17,12 +17,14 @@
{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: {{- if .ScheduleID -}} - {{ctx.Locale.Tr "actions.runs.scheduled"}} +
{{ctx.Locale.Tr "actions.runs.scheduled"}}
{{- else -}} - {{ctx.Locale.Tr "actions.runs.commit"}} - {{ShortSha .CommitSHA}} - {{ctx.Locale.Tr "actions.runs.pushed_by"}} - {{.TriggerUser.GetDisplayName}} +
+ {{ctx.Locale.Tr "actions.runs.commit"}} + {{ShortSha .CommitSHA}} + {{ctx.Locale.Tr "actions.runs.pushed_by"}} + {{.TriggerUser.GetDisplayName}} +
{{- end -}}