Skip to main content

parse_owner_repo

Function parse_owner_repo 

Source
pub fn parse_owner_repo(url: &str) -> Result<(String, String), ReleaseError>
Expand description

Extract owner/repo from a GitHub remote URL. Supports SSH (git@github.com:owner/repo.git) and HTTPS (https://github.com/owner/repo.git).