Skip to content

Commit e4c7706

Browse files
committed
Fixed issue
1 parent af6847d commit e4c7706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
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)