We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bee907 commit 85beaebCopy full SHA for 85beaeb
index.js
@@ -7,6 +7,7 @@ try {
7
const commands = core.getInput('commands');
8
if(commands){
9
console.log(commands)
10
+ console.log(typeof commands)
11
} else {
12
const host = {
13
server: {
0 commit comments