Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Jul 7, 2023
1 parent f98f10c commit 7778ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/report/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (context.payload.pull_request && context.eventName === "pull_request") {
}

// add a comment to the PR
octokit.issues.createComment({
octokit.rest.issues.createComment({
...context.repo,
issue_number: context.payload.pull_request.number,
body: message,
Expand Down

0 comments on commit 7778ba3

Please sign in to comment.