Try additional debugging

This commit is contained in:
jhutchings1
2020-07-11 12:20:52 -07:00
parent f2c8606b17
commit f1569d58df
+1
View File
@@ -175,6 +175,7 @@ async function run() {
}
} catch (error) {
core.debug(error.message);
core.setFailed(error.message);
await util.reportActionFailed('finish', error.message, error.stack);
return;