diff --git a/atlasaction/comment.tmpl b/atlasaction/comment.tmpl index eb91ec63..6ce8107b 100644 --- a/atlasaction/comment.tmpl +++ b/atlasaction/comment.tmpl @@ -3,7 +3,7 @@
+ | Status | Step | Link | ||||
---|---|---|---|---|---|---|---|
- |
{{- $fileCount := len .Files }} @@ -21,7 +21,7 @@ | ||||||
- |
ERD and Visual Diff generated @@ -34,21 +34,21 @@ {{- $errCount := fileErrors .}} {{- if gt $errCount 0 }} |
- |
{{ $errCount }} error{{ if gt $errCount 1}}s{{ end }} found | {{- else if .DiagnosticsCount }}
- |
{{ .DiagnosticsCount }} issue{{ if gt .DiagnosticsCount 1}}s{{ end }} found | {{- else}}
- |
No issues found. |