Update the comment about the --once in Constants.cs (#1360)

* Update Constants.cs

* feedback.

* Update src/Runner.Listener/Runner.cs

Co-authored-by: Thomas Boop <[email protected]>

Co-authored-by: Thomas Boop <[email protected]>
This commit is contained in:
Tingluo Huang
2021-09-21 21:31:48 +00:00
committed by GitHub
co-authored by Thomas Boop
parent cf87c55557
commit 5afb52b272
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ namespace GitHub.Runner.Common
public static readonly string Ephemeral = "ephemeral";
public static readonly string Help = "help";
public static readonly string Replace = "replace";
public static readonly string Once = "once"; // TODO: Remove in 10/2021
public static readonly string Once = "once"; // Keep this around since customers still relies on it
public static readonly string RunAsService = "runasservice";
public static readonly string Unattended = "unattended";
public static readonly string Version = "version";