Tried with this simple example but the default subject gets applied to the email subject. ` delivery: server: smtp.gmail.com port: "587" subject: "{{ .Build.Substitutions.REPO_NAME }}" `