From 85751edc6030398a73f65d3c20a2e776b365118b Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Wed, 16 Aug 2023 09:22:42 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data.yaml b/data/data.yaml index 93b3cb0..0aae158 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -37,7 +37,7 @@ properties: is exposed to the template and all fields can be referenced. To extend the functionality, [sprig functions](https://masterminds.github.io/sprig/) can also be used. defaultValue: | Status: **{{ .Pipeline.Status }}**
- Build: [{{ .Repository.Slug }}]({{ .Pipeline.URL }}){{ if .Curr.Branch }} ({{ .Curr.Branch }}){{ end }} by {{ .Curr.Author }}
+ Build: [{{ .Repository.Slug }}]({{ .Pipeline.URL }}){{ if .Curr.Branch }} ({{ .Curr.Branch }}){{ end }} by {{ .Curr.Author.Name }}
Message: {{ .Curr.Message }}{{ if .Curr.URL }} ([source]({{ .Curr.URL }})){{ end }} type: string required: false