feat: add input to enable gpg commit signing
This commit is contained in:
@ -24,6 +24,9 @@ inputs:
|
||||
signoff:
|
||||
description: 'Add `Signed-off-by` line by the committer at the end of the commit log message.'
|
||||
default: false
|
||||
gpg-sign:
|
||||
description: 'GPG-sign commits.'
|
||||
default: false
|
||||
branch:
|
||||
description: 'The pull request branch name.'
|
||||
default: 'create-pull-request/patch'
|
||||
|
Reference in New Issue
Block a user