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
I have set sign-commits to true, but it does not happen. I checked the code, there is nothing set to ensure that commits are signed.
sign-commits
Set up a gpg key and try setting sign-commits to true. It will not work.
The text was updated successfully, but these errors were encountered:
Hi @thetaiter-swf
You're mixing up two different methods of commit signing. Please see the documentation here: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
If you want to use GPG for commit signing, leave sign-commits unset (false).
false
Sorry, something went wrong.
No branches or pull requests
Commit Signing Does Not Work
I have set
sign-commits
to true, but it does not happen. I checked the code, there is nothing set to ensure that commits are signed.Steps to reproduce
Set up a gpg key and try setting
sign-commits
to true. It will not work.The text was updated successfully, but these errors were encountered: