feat: add ssh port override option for git module (#1432)

* Adding an override for the ssh port

* fix: git module - ssh custom port

Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
wallrick
2020-02-02 23:21:14 -05:00
committed by GitHub
parent f4e3fd0954
commit b1c7edac90
2 changed files with 10 additions and 1 deletions

View File

@@ -93,6 +93,12 @@ props:
default: ''
hint: Optional - Absolute path to the Git binary, when not available in PATH. Leave empty to use the default PATH location (recommended).
order: 50
sshPort:
type: Number
title: SSH Port
default: 22
hint: Optional - SSH Authentication Only - Allows overriding ssh default port.
order: 60
actions:
- handler: syncUntracked
label: Add Untracked Changes