Add inputs for committer-name and committer-email

This commit is contained in:
Peter Evans 2019-12-06 17:06:14 +09:00
parent 6342438c4e
commit d3dc225920
7 changed files with 54 additions and 32 deletions

View file

@ -6,10 +6,14 @@ inputs:
required: true
commit-message:
description: 'The message to use when committing changes.'
author-email:
description: 'The email address of the commit author.'
author-name:
description: 'The name of the commit author.'
author-email:
description: 'The email address of the commit author.'
committer-name:
description: 'The name of the committer.'
committer-email:
description: 'The email address of the committer.'
title:
description: 'The title of the pull request.'
body: