We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6847d commit e4c7706Copy full SHA for e4c7706
1 file changed
index.js
@@ -15,7 +15,7 @@ try {
15
userName: core.getInput('username'),
16
password: core.getInput('password')
17
},
18
- commands: [items],
+ commands: items,
19
}
20
21
/* creating new SSH client */
0 commit comments