Move input next to commit related inputs for context
This commit is contained in:
@ -21,6 +21,9 @@ inputs:
|
||||
The author name and email address in the format `Display Name <email@address.com>`.
|
||||
Defaults to the user who triggered the workflow run.
|
||||
default: '${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>'
|
||||
signoff:
|
||||
description: 'Add `Signed-off-by` line by the committer at the end of the commit log message.'
|
||||
default: false
|
||||
branch:
|
||||
description: 'The pull request branch name.'
|
||||
default: 'create-pull-request/patch'
|
||||
@ -56,9 +59,6 @@ inputs:
|
||||
draft:
|
||||
description: 'Create a draft pull request'
|
||||
default: false
|
||||
signoff:
|
||||
description: 'Add "Signed-off-by" to commit message'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: 'The pull request number'
|
||||
|
Reference in New Issue
Block a user