mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
test no_known_hosts parameter
This commit is contained in:
parent
7b68ee8c33
commit
0673b3776f
4 changed files with 35 additions and 0 deletions
|
@ -437,6 +437,9 @@ function main() {
|
|||
});
|
||||
const config = core.getInput("config");
|
||||
const ifKeyExists = core.getInput("if_key_exists");
|
||||
// test
|
||||
const noKnownHosts = core.getInput("no_known_hosts");
|
||||
console.log(noKnownHosts);
|
||||
// create ".ssh" directory
|
||||
const home = getHomeDirectory();
|
||||
const dirName = path_1.default.resolve(home, ".ssh");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue