fix: Fix missing pull strategy for simple-git (#72)

Closes #71
This commit is contained in:
Jose Eduardo Kimura
2020-10-29 08:33:40 +01:00
committed by GitHub
parent 79fae44cb3
commit ecdc355d15
4 changed files with 10 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ inputs:
message:
description: The message for the commit
required: false
pull_stategy:
description: The flag used on the pull strategy
required: false
default: '--no-rebase'
remove:
description: Arguments for the git rm command
required: false