MCPcopy Create free account
hub / github.com/github/gh-aw / trialRepositoryGitURL

Function trialRepositoryGitURL

pkg/cli/trial_repository.go:32–34  ·  view source on GitHub ↗
(repoSlug string)

Source from the content-addressed store, hash-verified

30}
31
32func trialRepositoryGitURL(repoSlug string) string {
33 return trialRepositoryURL(repoSlug) + ".git"
34}
35
36func trialRepositoryActionsSettingsURL(repoSlug string) string {
37 return trialRepositoryURL(repoSlug) + "/settings/actions"

Callers 3

cloneTrialHostRepositoryFunction · 0.85

Calls 1

trialRepositoryURLFunction · 0.85

Tested by 1