Change babel-boot email

This commit is contained in:
Daniel Tschinder
2019-03-21 10:31:52 -07:00
committed by GitHub
parent e93cd9ff50
commit 596eedd3e7

View File

@@ -8,7 +8,7 @@ action "Trigger GitHub release" {
secrets = ["GITHUB_TOKEN"]
env = {
COMMIT_AUTHOR_NAME = "Babel Bot"
COMMIT_AUTHOR_EMAIL = "babel@hopeinsource.com"
COMMIT_AUTHOR_EMAIL = "babel-bot@users.noreply.github.com"
}
needs = ["Create release tag"]
}