Skip to content

Commit

Permalink
Auto-format
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 23, 2024
1 parent 294538d commit cb7aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/github/GitHub.js
Expand Up @@ -394,7 +394,7 @@ class GitHub extends Release {
this.log.exec(`octokit issues.createComment (${url})`, { isDryRun });
return;
}

try {
await this.client.issues.createComment({ owner, repo, issue_number: number, body: comment });
this.log.log(`● Commented on ${url}`);
Expand Down

0 comments on commit cb7aac7

Please sign in to comment.