1
0

attempt to create known_hosts

This commit is contained in:
Demitrious Kelly
2020-03-25 14:52:17 -07:00
parent 98039f1fbe
commit 9315d47124
3 changed files with 20 additions and 4 deletions
+4 -1
View File
@@ -8,6 +8,9 @@ export interface IActionArguments {
/** @default "" */
gitFtpArgs: string | undefined;
/** @default "" */
knownHosts: string | undefined;
}
/**
@@ -25,4 +28,4 @@ export enum gitFTPExitCode {
NotAGitProject = 8,
PreFTPPushHookFailed = 9,
LocalFileOperationFailed = 10
}
}