show all repos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2022-03-25 15:26:44 -04:00
parent 72c406a451
commit 25d208521e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<div class="list-group">
<?php
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos") ?? []);
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100") ?? []);
usort($repos, function ($repo1, $repo2) {
return $repo2->updated_at <=> $repo1->updated_at;
});