Skip to main content

parse_github_repository

Function parse_github_repository 

Source
pub fn parse_github_repository(repo_str: &str) -> Option<(String, String)>
Expand description

Parse the GITHUB_REPOSITORY env var into (owner, repo).