- {{.Entry.Name}}
+ {{.DisplayName}}
{{if .ErrMsg}}
{{svg "octicon-alert" 16 "tw-text-red"}}
diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl
index e3a73c97392..edc167e706b 100644
--- a/templates/repo/actions/runs_list.tmpl
+++ b/templates/repo/actions/runs_list.tmpl
@@ -21,7 +21,8 @@
{{end}}
- {{if not $.CurWorkflow}}{{$run.WorkflowID}} {{end}}#{{$run.Index}}:
+ {{$workflowName := index $.WorkflowNames $run.WorkflowID}}
+ {{if not $.CurWorkflow}}{{if $workflowName}}{{$workflowName}}{{else}}{{$run.WorkflowID}}{{end}} {{end}}#{{$run.Index}}:
{{- if $run.ScheduleID -}}
{{ctx.Locale.Tr "actions.runs.scheduled"}}