Skip to content

Commit

Permalink
style(index): keep consistent with rest of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 11, 2021
1 parent e52490a commit bb65bcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ async function run () {
merge_method: MERGE_METHOD
})


if (MERGE_COMMENT) {
await octokit.issues.createComment({
owner,
repo,
issue_number: prNumber,
body: MERGE_COMMENT,
});
body: MERGE_COMMENT
})
}
} catch (error) {
core.setFailed(error.message)
Expand Down

0 comments on commit bb65bcc

Please sign in to comment.