pub fn parse_github_repository(repo_str: &str) -> Option<(String, String)>
Parse the GITHUB_REPOSITORY env var into (owner, repo).
GITHUB_REPOSITORY
(owner, repo)