new option to remove local config files (#2367)

This commit is contained in:
John Sudol
2023-01-18 11:28:43 -05:00
committed by GitHub
parent 130f6788d5
commit d6f8633efc
5 changed files with 41 additions and 1 deletions

View File

@@ -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