You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: throw exception if Github repository URL is invalid
If the Github URL could not be parsed and an Enterprise Github URL is not provided,
exit CLI with an error instead of assigning a null value to info.ghrepo.slug.
Fixes#100