fix: merge existing inputs into new new_branch input

This commit is contained in:
Federico Grandi
2022-01-19 21:41:48 +01:00
parent d4d39927bf
commit a790c74dfe
4 changed files with 18 additions and 37 deletions

View File

@@ -12,13 +12,6 @@ inputs:
author_email:
description: The email of the user that will be displayed as the author of the commit
required: false
branch:
description: Name of the branch to switch to.
required: false
branch_mode:
description: How the action should behave when the targeted branch is missing ("throw" or "create")
required: false
default: create
commit:
description: Additional arguments for the git commit command
required: false
@@ -39,6 +32,9 @@ inputs:
message:
description: The message for the commit
required: false
new_branch:
description: The name of the branch to create.
required: false
pathspec_error_handling:
description: The way the action should handle pathspec errors from the add and remove commands.
required: false