diff --git a/pkg/cmd/run/view/view.go b/pkg/cmd/run/view/view.go index 43c7b351c..10ed4919f 100644 --- a/pkg/cmd/run/view/view.go +++ b/pkg/cmd/run/view/view.go @@ -324,7 +324,7 @@ func runView(opts *ViewOptions) error { out := opts.IO.Out fmt.Fprintln(out) - fmt.Fprintln(out, shared.RenderRunHeader(cs, *run, text.FuzzyAgo(opts.Now(), run.StartedTime()), prNumber)) + fmt.Fprintln(out, shared.RenderRunHeader(cs, *run, text.FuzzyAgo(opts.Now(), run.StartedTime()), prNumber, attempt)) fmt.Fprintln(out) if len(jobs) == 0 && run.Conclusion == shared.Failure || run.Conclusion == shared.StartupFailure {