From 6d6d2f70286290d32fccf848d10dae1a2523bd8f Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Wed, 16 Aug 2023 08:50:32 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index 42c5bc1..93b3cb0 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.Owner }}/{{ .Repository.Name }}]({{ .Pipeline.Link }}){{ if .Curr.TargetBranch }} ({{ .Curr.TargetBranch }}){{ end }} by {{ .Curr.Author }}
- Message: {{ .Curr.Message }} + Build: [{{ .Repository.Slug }}]({{ .Pipeline.URL }}){{ if .Curr.Branch }} ({{ .Curr.Branch }}){{ end }} by {{ .Curr.Author }}
+ Message: {{ .Curr.Message }}{{ if .Curr.URL }} ([source]({{ .Curr.URL }})){{ end }} type: string required: false