Short answer: You can list repositories in GitHub by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GitHub List Repositories action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Type type | options | Optional | Type. Options: Owner, All (including collabs), Member |
Sort sort | options | Optional | Sort. Options: Updated, Created, Full Name |
Per Page per_page | string | Optional | Per Page. e.g. "30" |
{"type": "{{trigger.type}}","sort": "{{trigger.sort}}","per_page": "30"}
[{"private": true,"html_url": "https://github.com/acme/my-project","full_name": "acme/my-project","default_branch": "main"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.