Move input next to commit related inputs for context

This commit is contained in:
Peter Evans
2020-07-31 16:56:04 +09:00
parent bf7dd38b26
commit ee482f51bd
3 changed files with 6 additions and 6 deletions

View File

@ -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'