Skip to content

Commit 0bd4060

Browse files
committed
Test create comment again
1 parent d150e5f commit 0bd4060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function renderComment(data) {
7474

7575
//submit a comment
7676
await octokit.rest.issues.createComment({
77-
...context.repo.repo,
77+
...context.repo,
7878
issue_number: prNumber,
7979
body: markdown,
8080
});

0 commit comments

Comments
 (0)