Upgrade utopia-php/vcs (#11401)

* Upgrade `utopia-php/vcs`

* fix

* bump
This commit is contained in:
Hemachandar
2026-02-25 19:54:04 +05:30
committed by GitHub
parent 5d6e43e01b
commit cfddef3706
3 changed files with 10 additions and 10 deletions
@@ -141,7 +141,7 @@ class XList extends Action
$page = ($offset / $limit) + 1;
$owner = $github->getOwnerName($providerInstallationId);
['items' => $repos, 'total' => $total] = $github->searchRepositories($owner, $page, $limit, $search);
['items' => $repos, 'total' => $total] = $github->searchRepositories($providerInstallationId, $owner, $page, $limit, $search);
$repos = \array_map(function ($repo) use ($installation) {
$repo['id'] = \strval($repo['id'] ?? '');