Skip to content

Commit e384b99

Browse files
authored
Merge pull request #22 from c-hive/fix-error-log
Fix error log
2 parents 5c17841 + 189efb0 commit e384b99

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.message);
180+
core.setFailed(err);
181181
});

0 commit comments

Comments
 (0)