fix: remove unnecessary gpg-sign input

This commit is contained in:
Peter Evans 2021-05-10 09:01:53 +09:00
parent c1d92ef456
commit 8bb8511e4d
8 changed files with 7 additions and 75 deletions

View file

@ -24,9 +24,6 @@ inputs:
signoff:
description: 'Add `Signed-off-by` line by the committer at the end of the commit log message.'
default: false
gpg-sign:
description: 'GPG-sign commits.'
default: false
branch:
description: 'The pull request branch name.'
default: 'create-pull-request/patch'