feat: add input to enable gpg commit signing
This commit is contained in:
@@ -16,6 +16,7 @@ export interface Inputs {
|
||||
committer: string
|
||||
author: string
|
||||
signoff: boolean
|
||||
gpgSign: boolean
|
||||
branch: string
|
||||
deleteBranch: boolean
|
||||
branchSuffix: string
|
||||
@@ -173,7 +174,8 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
inputs.base,
|
||||
inputs.branch,
|
||||
branchRemoteName,
|
||||
inputs.signoff
|
||||
inputs.signoff,
|
||||
inputs.gpgSign
|
||||
)
|
||||
core.endGroup()
|
||||
|
||||
|
Reference in New Issue
Block a user