Merge pull request #62 from synaestic/author_fix

map commit.author.name to DRONE_COMMIT_AUTHOR_NAME
This commit is contained in:
Michael de Wit 2022-05-30 15:48:45 +02:00 committed by GitHub
commit 115f5adeaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ func main() {
cli.StringFlag{
Name: "commit.author.name",
Usage: "git author name",
EnvVar: "DRONE_COMMIT_AUTHOR",
EnvVar: "DRONE_COMMIT_AUTHOR,DRONE_COMMIT_AUTHOR_NAME",
},
cli.StringFlag{
Name: "commit.author.email",