Release 2.320.1 patch runner with #3548 (#3727)

This commit is contained in:
Tingluo Huang
2025-02-26 15:42:43 -05:00
committed by GitHub
parent 78f21670b4
commit 8f4aa897bd
5 changed files with 56 additions and 60 deletions

View File

@@ -72,6 +72,11 @@ namespace GitHub.Runner.Worker.Handlers
Environment["ACTIONS_RESULTS_URL"] = resultsUrl;
}
if (ExecutionContext.Global.Variables.GetBoolean("actions_uses_cache_service_v2") ?? false)
{
Environment["ACTIONS_CACHE_SERVICE_V2"] = bool.TrueString;
}
// Resolve the target script.
string target = null;
if (stage == ActionRunStage.Main)