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

pull/49/head
Ben Harris 1 year ago
parent 72c406a451
commit 25d208521e

@ -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;
});

Loading…
Cancel
Save