Add DRONE_COMMIT_AUTHOR_NAME to commit.author.name mapping targets

This commit is contained in:
synaestic 2022-04-19 12:28:27 +02:00
parent e265499665
commit 3f47a32767

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",