Skip to content

Commit 7a9b7f7

Browse files
committed
fix: Reduce error debugging
1 parent 2c12fa8 commit 7a9b7f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,8 @@ async function run() {
227227
}
228228
}
229229
catch (error) {
230-
core.debug(error);
231-
core.debug(error.stack);
232230
core.setFailed(error.message);
231+
core.debug(error.stack);
233232
}
234233
}
235234

0 commit comments

Comments
 (0)