Skip to content

Commit a630935

Browse files
committed
MAILER
1 parent 31d82a4 commit a630935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mail/notify/workflow_run.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{range $index, $job := .Jobs}}
1212
<li>
1313
<a href="{{$.Run.Link}}/jobs/{{$index}}">
14-
{{$job.Status}}: {{$job.Name}}{{if $job.Attempt gt 1}}, Attempt #{{$job.Attempt}}{{end}}
14+
{{$job.Status}}: {{$job.Name}}{{if gt $job.Attempt 1}}, Attempt #{{$job.Attempt}}{{end}}
1515
</a>
1616
</li>
1717
{{end}}

0 commit comments

Comments
 (0)