Skip to content

Commit 089a340

Browse files
committed
set page
1 parent 153136e commit 089a340

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/VCS/Adapter/Git/GitHub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function searchRepositories(string $owner, int $page, int $per_page, stri
110110

111111
$response = $this->call(self::METHOD_GET, $url, ['Authorization' => "Bearer $this->accessToken"], [
112112
'q' => "{$search} user:{$owner} fork:true",
113+
'page' => $page,
113114
'per_page' => $per_page,
114115
'sort' => 'updated'
115116
]);

0 commit comments

Comments
 (0)