feat: add input to enable gpg commit signing#795
Conversation
|
Full test suite slash command (repository admin only) |
|
/test repository=peter-evans/create-pull-request ref=gpg-sign build=true |
|
/test repository=peter-evans/create-pull-request ref=gpg-sign |
|
/test repository=peter-evans/create-pull-request ref=gpg-sign |
|
/test repository=peter-evans/create-pull-request ref=gpg-sign |
|
/test repository=peter-evans/create-pull-request ref=gpg-sign build=true |
|
@davidboweninrupt this action actually does the commiting and pushing of the data to a branch for you and as such would have to tell git to gpg sign the commit. |
|
@AraHaan I thought so too, but I had this working before the new feature came online just by using I think it's because I'm setting Once that flag is set the docs say:
which means you don't need to pass the switch to each invocation (which is what I believe the new feature is doing). Of course there might be something I'missing. |
|
@davidboweninrupt I think you're right. I overlooked the fact it was setting git's global config. I'm going to test it myself and make a fix to remove the
Yes, this is my preferred approach. |
|
Removed the |

Fixes: #708