Rebrand runner for Forgejo

This commit is contained in:
crystal 2023-02-28 15:05:33 -07:00
parent 5cb3d6f034
commit fb4284bfae
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -221,7 +221,7 @@ func printStageHelp(stage registerStage) {
case StageOverwriteLocalConfig: case StageOverwriteLocalConfig:
log.Infoln("Runner is already registered, overwrite local config? [y/N]") log.Infoln("Runner is already registered, overwrite local config? [y/N]")
case StageInputInstance: 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: case StageInputToken:
log.Infoln("Enter the runner token:") log.Infoln("Enter the runner token:")
case StageInputRunnerName: case StageInputRunnerName: