mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-13 10:07:14 +02:00
Correct spaces in README.md
and in Enter the runner name
when running ./act_runner register
(#65)
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/65 Reviewed-by: Jason Song <i@wolfogre.com> Co-authored-by: Benjamin Loison <benjamin.loison@orange.fr> Co-committed-by: Benjamin Loison <benjamin.loison@orange.fr>
This commit is contained in:

committed by
Jason Song

parent
48b05a0ca8
commit
9f90cba993
@ -229,7 +229,7 @@ func printStageHelp(stage registerStage) {
|
||||
log.Infoln("Enter the runner token:")
|
||||
case StageInputRunnerName:
|
||||
hostname, _ := os.Hostname()
|
||||
log.Infof("Enter the runner name (if set empty, use hostname:%s ):\n", hostname)
|
||||
log.Infof("Enter the runner name (if set empty, use hostname: %s):\n", hostname)
|
||||
case StageInputCustomLabels:
|
||||
log.Infoln("Enter the runner labels, leave blank to use the default labels (comma-separated, for example, self-hosted,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster):")
|
||||
case StageWaitingForRegistration:
|
||||
|
Reference in New Issue
Block a user