feat: pass attempt to RenderRunHeader
This commit is contained in:
parent
9a0f7916c3
commit
343e730016
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue