Skip to content

Commit e4c7706

Browse files
committed
Fixed issue
1 parent af6847d commit e4c7706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ try {
1515
userName: core.getInput('username'),
1616
password: core.getInput('password')
1717
},
18-
commands: [items],
18+
commands: items,
1919
}
2020

2121
/* creating new SSH client */

0 commit comments

Comments
 (0)