{{range .Runs}}
  • {{template "repo/actions/status" (dict "status" .Status.String "locale" $.locale)}}
    {{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}} : {{$.locale.Tr "actions.runs.commit"}} {{ShortSha .CommitSHA}} {{$.locale.Tr "actions.runs.pushed_by"}} {{.TriggerUser.GetDisplayName}}
    {{if .RefLink}} {{.PrettyRef}} {{else}} {{.PrettyRef}} {{end}}
    {{svg "octicon-calendar" 16 "gt-mr-2"}}{{TimeSinceUnix .Updated $.locale}}
    {{svg "octicon-stopwatch" 16 "gt-mr-2"}}{{.Duration}}
  • {{end}}
    {{template "base/paginate" .}}