Add ability to register a runner to the non-default self-hosted runner group (#613)

Co-authored-by: Christopher Johnson <[email protected]>
This commit is contained in:
Christopher Johnson
2021-04-20 21:41:56 -04:00
committed by TingluoHuang
co-authored by Christopher Johnson
parent d3fe59a297
commit 9876fcf7bd
5 changed files with 51 additions and 12 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ namespace GitHub.Runner.Common
public static readonly string Labels = "labels";
public static readonly string MonitorSocketAddress = "monitorsocketaddress";
public static readonly string Name = "name";
public static readonly string Pool = "pool";
public static readonly string RunnerGroup = "runnergroup";
public static readonly string StartupType = "startuptype";
public static readonly string Url = "url";
public static readonly string UserName = "username";