parse-github-repo
Parse a GitHub URL or "owner/repo" string into structured owner and repo fields needed for GitHub Actions workflow management.
Instructions
Parse a GitHub URL or "owner/repo" string into structured owner and repo fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_repo | Yes | GitHub URL (e.g. https://github.com/owner/repo) or "owner/repo" string |