Skip to content

Commit

Permalink
Merge pull request #12 from betrybe/fix/v3.3-main
Browse files Browse the repository at this point in the history
fix: atualiza chamada para criar comentário da v3.3
  • Loading branch information
AdrielBento authored Oct 20, 2022
2 parents d9c6ee4 + 980c922 commit a987a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10625,7 +10625,7 @@ const run = async () => {
console.log('All errors:', eslintOutcomes);
console.log('Feedback message:\n', feedbackMessage);

await client.issues.createComment({
await client.rest.issues.createComment({
owner,
repo,
issue_number: process.env.INPUT_PR_NUMBER,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const run = async () => {
console.log('All errors:', eslintOutcomes);
console.log('Feedback message:\n', feedbackMessage);

await client.issues.createComment({
await client.rest.issues.createComment({
owner,
repo,
issue_number: process.env.INPUT_PR_NUMBER,
Expand Down

0 comments on commit a987a82

Please sign in to comment.