GET
github_git_refs_get.py
from charter.packs import github
result = await github.git_refs_get.ainvoke({"owner": ..., "repo": ..., "ref": ...})
Requires
repo, read:user.Path parameters
| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
ref * | string | The Git reference, formatted as heads/BRANCH_NAME for a branch or tags/TAG_NAME for a tag. Without the refs/ prefix. |