(repoSlug string)
| 34 | } |
| 35 | |
| 36 | func trialRepositoryActionsSettingsURL(repoSlug string) string { |
| 37 | return trialRepositoryURL(repoSlug) + "/settings/actions" |
| 38 | } |
| 39 | |
| 40 | // ensureTrialRepository creates a host repository if it doesn't exist, or reuses existing one |
| 41 | // For clone-repo mode, reusing an existing host repository is not allowed |