attempt to create known_hosts
This commit is contained in:
+4
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user