Skip to content

Commit 078371f

Browse files
authored
Merge pull request #24 from c-hive/fix-error-log
Fix error log
2 parents 96ce43d + 8876572 commit 078371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ async function run() {
177177
}
178178

179179
run().catch(err => {
180-
core.setFailed(err);
180+
core.setFailed(err.toString());
181181
});

0 commit comments

Comments
 (0)