Skip to content

Commit

Permalink
Merge pull request #22 from c-hive/fix-error-log
Browse files Browse the repository at this point in the history
Fix error log
  • Loading branch information
gomorizsolt authored Mar 30, 2020
2 parents 5c17841 + 189efb0 commit e384b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ async function run() {
}

run().catch(err => {
core.setFailed(err.message);
core.setFailed(err);
});

0 comments on commit e384b99

Please sign in to comment.