Skip to content

Commit

Permalink
Send a body to update the comment 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed Mar 15, 2022
1 parent 82ee9f7 commit 02f1108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31094,6 +31094,7 @@ async function run() {
repo,
issue_number,
comment_id: wallaceComment.id,
body: formattedBody,
})
.catch((error) => {
core.warning(`Error ${error}: Failed to update comment to PR`)
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async function run() {
repo,
issue_number,
comment_id: wallaceComment.id,
body: formattedBody,
})
.catch((error) => {
core.warning(`Error ${error}: Failed to update comment to PR`)
Expand Down

0 comments on commit 02f1108

Please sign in to comment.