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
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 text was updated successfully, but these errors were encountered:
RayOei
changed the title
env.pullRequestAuthor return <@null>
env.pullRequestAuthor returns <@null> for email address
Feb 16, 2020
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 text was updated successfully, but these errors were encountered: