Skip to content

Commit b445549

Browse files
committed
test: test output
1 parent 4005a5a commit b445549

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ paramValidation("token");
2020
paramValidation("result");
2121
paramValidation("run");
2222

23-
console.log(JSON.stringify(github.context));
24-
2523
const octokit = github.getOctokit(core.getInput("token"));
2624

2725
/**
@@ -86,7 +84,7 @@ function addReviewers() {
8684
{
8785
owner: github.context.repo.owner,
8886
repo: github.context.repo.repo,
89-
pull_number: github.context.pull_number,
87+
pull_number: github.context.payload.number,
9088
reviewers: (reviewers = reviewers.slice(0, conscript)),
9189
}
9290
)

0 commit comments

Comments
 (0)