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
git_committer_email
gpg -K
This action should be able to seamlessly use any UID from the gpg key
Instead we get an error:
Committer email "[email protected]" (name: "txtsd") does not match GPG private key email "[email protected]" (name: "txtsd")
The text was updated successfully, but these errors were encountered:
Allow using any user id of the key's user ids as committer identity. F…
7012973
…ixes crazy-max#156
6acdcd5
5170336
Successfully merging a pull request may close this issue.
Behaviour
Steps to reproduce this issue
git_committer_email
to any UID except the first one (when viewed withgpg -K
)Expected behaviour
This action should be able to seamlessly use any UID from the gpg key
Actual behaviour
Instead we get an error:
The text was updated successfully, but these errors were encountered: