feat: support git push arguments

ref issue #100
This commit is contained in:
Federico Grandi
2020-12-23 12:55:50 +01:00
parent d1d225c38f
commit a51640c51f
4 changed files with 45 additions and 26 deletions

View File

@@ -27,8 +27,9 @@ inputs:
required: false
default: '--no-rebase'
push:
description: Whether to push the commit and, if any, its tags to the repo
description: Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (more info in the README)
required: false
default: 'true'
remove:
description: Arguments for the git rm command
required: false