Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Sep 9, 2019
1 parent fd3e0c4 commit 851f138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ octokit
body: "${body}"
}) {clientMutationId} }`
)
.catch(err => core.error(err));
.catch(err => {
core.error(err);
core.setFailed(err.message);
});

0 comments on commit 851f138

Please sign in to comment.