Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 3, 2024
1 parent dd53237 commit 125af79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ export async function run(): Promise<void> {
owner,
repo,
issue_number: prNumber,
body: `the number of the comments is ${comments.length}\n
body: `
the number of the review comments is ${reviewComments.length}\n`
the number of the comments is ${comments.length}
the number of the review comments is ${reviewComments.length}`
})
core.debug(`Commented on PR #${prNumber}`)
} catch (error) {
Expand Down

0 comments on commit 125af79

Please sign in to comment.