gogit / {{.RepoName}}

Code Commits Actions
{{if not .Found}}
Run not found.
{{else}}

{{if eq .Run.Status "success"}}success {{else if eq .Run.Status "failed"}}failed {{else if eq .Run.Status "running"}}running {{else if eq .Run.Status "skipped"}}skipped {{else}}error{{end}} {{.Run.Ref}} ({{.Run.ShortSHA}})

{{.Log}}
{{end}}