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