Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 3, 2024
1 parent ee9f757 commit 8636195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/filter-paths/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ async function run() {
for await (const response of octokit.paginate.iterator(
octokit.rest.pulls.listFiles,
{
owner: "octokit",
repo: "rest.js",
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request?.number as number,
per_page: 100,
}
Expand Down

0 comments on commit 8636195

Please sign in to comment.