mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Change prompt message when removing a runner (#303)
* Change prompt message to be consistent with the UI/API * Update test
This commit is contained in:
committed by
Tingluo Huang
parent
2a506cc556
commit
2e0e8eb822
@@ -498,7 +498,7 @@ namespace GitHub.Runner.Common.Tests
|
||||
_promptManager
|
||||
.Setup(x => x.ReadValue(
|
||||
Constants.Runner.CommandLine.Args.Token, // argName
|
||||
"Enter runner deletion token:", // description
|
||||
"Enter runner remove token:", // description
|
||||
true, // secret
|
||||
string.Empty, // defaultValue
|
||||
Validators.NonEmptyValidator, // validator
|
||||
|
||||
Reference in New Issue
Block a user