Skip to content

Commit f1569d5

Browse files
committed
Try additional debugging
1 parent f2c8606 commit f1569d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/finalize-db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ async function run() {
175175
}
176176

177177
} catch (error) {
178+
core.debug(error.message);
178179
core.setFailed(error.message);
179180
await util.reportActionFailed('finish', error.message, error.stack);
180181
return;

0 commit comments

Comments
 (0)