Merge pull request 'Rebrand runner for Forgejo' (#1) from crystal/runner:rebrand into main

Reviewed-on: https://codeberg.org/forgejo/runner/pulls/1
This commit is contained in:
Earl Warren 2023-02-28 22:23:26 +00:00
commit 6b85bb17d1

View file

@ -221,7 +221,7 @@ func printStageHelp(stage registerStage) {
case StageOverwriteLocalConfig:
log.Infoln("Runner is already registered, overwrite local config? [y/N]")
case StageInputInstance:
log.Infoln("Enter the Gitea instance URL (for example, https://gitea.com/):")
log.Infoln("Enter the Forgejo instance URL (for example, https://codeberg.org/):")
case StageInputToken:
log.Infoln("Enter the runner token:")
case StageInputRunnerName: