You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My droneCI send only DRONE_COMMIT_AUTHOR_NAME=Anatoly Semenov env variable, but did not send DRONE_COMMIT_AUTHOR and telegram plugin match only by
cli.StringFlag{
Name: "commit.author",
Usage: "git author name",
EnvVar: "DRONE_COMMIT_AUTHOR",
},
Could its see to both variables or add additional commit.xxx template variales ?
The text was updated successfully, but these errors were encountered:
My droneCI send only DRONE_COMMIT_AUTHOR_NAME=Anatoly Semenov env variable, but did not send DRONE_COMMIT_AUTHOR and telegram plugin match only by
cli.StringFlag{
Name: "commit.author",
Usage: "git author name",
EnvVar: "DRONE_COMMIT_AUTHOR",
},
Could its see to both variables or add additional commit.xxx template variales ?
The text was updated successfully, but these errors were encountered: