Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
handling error properly
Browse files Browse the repository at this point in the history
  • Loading branch information
JCorrea13 committed Feb 22, 2021
1 parent e85caa0 commit 814acd4
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 @@ -83,6 +83,6 @@ action()
core.setOutput("success", true);
})
.catch((err) => {
core.error(err);
core.setFailed(err);
core.setOutput("success", false);
});

0 comments on commit 814acd4

Please sign in to comment.