List a directory in GitHub
github_list_dirList files and folders at a specified path in a GitHub repository, returning name, type, size, and SHA for each entry.
Instructions
List files and folders at a path in a repository (name, type, size, sha).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| path | No | ||
| repo | Yes | Repository as 'owner/name', e.g. 'octocat/my-site'. |