Skip to content

Commit

Permalink
main: no need to 'new'
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jun 29, 2020
1 parent 1a71ba0 commit 8c4c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {
const pr = core.getInput("pr")
let commit = core.getInput("commit")

const client = new github.getOctokit(token)
const client = github.getOctokit(token)

if (pr) {
console.log("==> PR:", pr)
Expand Down

0 comments on commit 8c4c695

Please sign in to comment.