Skip to content

Commit

Permalink
Convert output to string
Browse files Browse the repository at this point in the history
Teko012 committed Oct 22, 2022

Verified

This commit was signed with the committer’s verified signature.
fwyzard Andrea Bocci
1 parent b4ea453 commit 66d740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ try {
output.push(node.value);
}
}
core.setOutput('info', output);
core.setOutput('info', String(output));
console.log(`Output: ${output}`);
}
else {

0 comments on commit 66d740a

Please sign in to comment.