mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
trigger
This commit is contained in:
parent
f5288553db
commit
cfd9a4a396
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -23,7 +23,7 @@ async function run() {
|
|||
console.log(repoOwner);
|
||||
|
||||
const { data: pr } = await octokit.pulls.get({
|
||||
owner: repoOwner,
|
||||
owner: repoOwner.login,
|
||||
repo: repoFullName,
|
||||
pull_number: pullNumber
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue