fix!: remove pull_strategy

This commit is contained in:
Federico Grandi
2021-12-03 21:44:12 +01:00
parent 52d096458a
commit 7d7466136c
4 changed files with 4 additions and 18 deletions

View File

@@ -17,7 +17,6 @@ interface InputTypes {
message: string
pathspec_error_handling: 'ignore' | 'exitImmediately' | 'exitAtEnd'
pull: string | undefined
pull_strategy: string | undefined
push: string
remove: string | undefined
tag: string | undefined