chore: tag denolib
This commit is contained in:
parent
a4dbedcd69
commit
073bc9f8e3
1 changed files with 2 additions and 2 deletions
4
gitea.ts
4
gitea.ts
|
@ -29,8 +29,8 @@ export async function getRepositoryContent(owner:string,
|
|||
}
|
||||
|
||||
if (import.meta.main) {
|
||||
const results = await searchRepositoryWithTopic("deno");
|
||||
const results = await searchRepositoryWithTopic("denolib");
|
||||
console.log(results.data?.map((repo) => repo.full_name));
|
||||
const s = await getRepositoryContent("monoid", "script", "", "");
|
||||
console.log((s as ContentsResponse[]).map((x) => x.name));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue