Skip to content

Commit

Permalink
Merge pull request #366 from jdziat/author-name
Browse files Browse the repository at this point in the history
Added committer_author to the outputs for use in slack notifications
  • Loading branch information
taylorsilva authored Jul 23, 2021
2 parents 0d58e7b + 9d2b4ef commit 75b966e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/in
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ fi
# Using https://github.com/mdomke/concourse-email-resource for example
git --no-pager log -1 --pretty=format:"%ae" > .git/committer

git --no-pager log -1 --pretty=format:"%an" > .git/committer_name

# Store git-resource returned version ref .git/ref. Useful to know concourse
# pulled ref in following tasks and resources.
echo "${return_ref}" > .git/ref
Expand Down

0 comments on commit 75b966e

Please sign in to comment.