We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does the script only use whoami and doesn‘t try to get the username and email from
git config user.name git config user.email
and populate builderName with user.name <user.email>
user.name <user.email>
The text was updated successfully, but these errors were encountered:
I like this suggestion – we'll consider adding it. It could try git and then fallback to whoami.
whoami
Sorry, something went wrong.
No branches or pull requests
Why does the script only use whoami and doesn‘t try to get the username and email from
and populate builderName with
user.name <user.email>
The text was updated successfully, but these errors were encountered: