Skip to content

Commit 75b966e

Browse files
authored
Merge pull request #366 from jdziat/author-name
Added committer_author to the outputs for use in slack notifications
2 parents 0d58e7b + 9d2b4ef commit 75b966e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ fi
189189
# Using https://github.com/mdomke/concourse-email-resource for example
190190
git --no-pager log -1 --pretty=format:"%ae" > .git/committer
191191

192+
git --no-pager log -1 --pretty=format:"%an" > .git/committer_name
193+
192194
# Store git-resource returned version ref .git/ref. Useful to know concourse
193195
# pulled ref in following tasks and resources.
194196
echo "${return_ref}" > .git/ref

0 commit comments

Comments
 (0)