RepoName is the name of the GitHub repository
()
| 85 | |
| 86 | // RepoName is the name of the GitHub repository |
| 87 | func (r Remote) RepoName() string { |
| 88 | return r.Repo.RepoName() |
| 89 | } |
| 90 | |
| 91 | // RepoOwner is the name of the GitHub account that owns the repo |
| 92 | func (r Remote) RepoOwner() string { |