We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd1a63 + cac7483 commit eb6863eCopy full SHA for eb6863e
1 file changed
src/index.jsx
@@ -82,7 +82,9 @@ const main = async () => {
82
console.log("All set!")
83
}
84
85
-main()
+main().catch((e) => {
86
+ core.setFailed(e)
87
+})
88
89
function execWithOutput(command, args) {
90
return new Promise((resolve, reject) => {
0 commit comments