Skip to content

Commit

Permalink
Addede debug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jun 17, 2024
1 parent 95a38f6 commit 76553e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@ templates:
warning: |
{{if .Warning}}
> [!WARNING]
{{ $warnings := wrapCode .Warning | splitList "\n" }}
{{ range $warnings }}
{{ range ( .Warning | splitList "\n") }}
> {{ . -}}
{{- end}}
{{- end}}
{{end}}
error_messages: |
{{ if eq .ExitCode 1 }}
Expand Down

0 comments on commit 76553e6

Please sign in to comment.