mirror of
https://github.com/actions/runner.git
synced 2026-01-14 07:18:22 +08:00
Thechrisjohnson/runnerregistration (#623)
* Add ability to register a runner to the non-default self-hosted runner group (#613) Co-authored-by: Christopher Johnson <thchrisjohnson@github.com> * Ship 2.267.2 runner Co-authored-by: Christopher Johnson <thchrisjohnson@github.com>
This commit is contained in:
committed by
GitHub
parent
fd3c9de49d
commit
deccb261d3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user