Open
Description
The pullRequestAuthor environment variable return the name, but not the email.
So echo "$env.pullRequestAuthor"
returns: Ray Oei <@null>
while I would expect: Ray Oei <[email protected]>
The pullRequestAuthor environment variable return the name, but not the email.
So echo "$env.pullRequestAuthor"
returns: Ray Oei <@null>
while I would expect: Ray Oei <[email protected]>