[CI] test built

This commit is contained in:
peter-evans 2020-07-31 08:09:03 +00:00 committed by GitHub
parent 71a37c5c33
commit 1da4922682
3 changed files with 12 additions and 3 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'