Returns the GitHub repo slug

await repo.githubRepoSlug()

Examples

// With a remote configured to push to github.com/pixelastic/gilmore
const repoName = await repo.githubRepoSlug();
// => pixelastic/gilmore

This will return the full slug name of the repository on GitHub.

See also