We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d82a4 commit a630935Copy full SHA for a630935
templates/mail/notify/workflow_run.tmpl
@@ -11,7 +11,7 @@
11
{{range $index, $job := .Jobs}}
12
<li>
13
<a href="{{$.Run.Link}}/jobs/{{$index}}">
14
- {{$job.Status}}: {{$job.Name}}{{if $job.Attempt gt 1}}, Attempt #{{$job.Attempt}}{{end}}
+ {{$job.Status}}: {{$job.Name}}{{if gt $job.Attempt 1}}, Attempt #{{$job.Attempt}}{{end}}
15
</a>
16
</li>
17
{{end}}
0 commit comments