mirror of
https://github.com/actions/runner.git
synced 2025-12-26 03:17:32 +08:00
new option to remove local config files (#2367)
This commit is contained in:
@@ -131,6 +131,7 @@ namespace GitHub.Runner.Common
|
||||
public static readonly string Ephemeral = "ephemeral";
|
||||
public static readonly string GenerateServiceConfig = "generateServiceConfig";
|
||||
public static readonly string Help = "help";
|
||||
public static readonly string Local = "local";
|
||||
public static readonly string Replace = "replace";
|
||||
public static readonly string DisableUpdate = "disableupdate";
|
||||
public static readonly string Once = "once"; // Keep this around since customers still relies on it
|
||||
|
||||
Reference in New Issue
Block a user