feat: support new remote branch creation (#329)
* fix: don't pull on new branch creation * fix: don't show useless errors on branch creation * feat: add branch_mode input * fix: properly exit after fialed input check * docs(README): document new input
This commit is contained in:
@@ -8,6 +8,7 @@ interface InputTypes {
|
||||
author_name: string
|
||||
author_email: string
|
||||
branch: string
|
||||
branch_mode: 'throw' | 'create'
|
||||
committer_name: string
|
||||
committer_email: string
|
||||
cwd: string
|
||||
|
||||
Reference in New Issue
Block a user