Allow use action archive cache to speed up workflow jobs. (#2857)

* Refactor ActionManager.cs

* changes.

* cleanup
This commit is contained in:
Tingluo Huang
2023-09-28 19:43:55 -04:00
committed by GitHub
parent 463ec00cb4
commit f57ecd8e3c
3 changed files with 247 additions and 87 deletions

View File

@@ -261,6 +261,7 @@ namespace GitHub.Runner.Common
public static readonly string ForcedInternalNodeVersion = "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION";
public static readonly string ForcedActionsNodeVersion = "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION";
public static readonly string PrintLogToStdout = "ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT";
public static readonly string ActionArchiveCacheDirectory = "ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE";
}
public static class System