We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cb7fa commit e29571bCopy full SHA for e29571b
src/Runner.Worker/Handlers/NodeScriptActionHandler.cs
@@ -83,7 +83,7 @@ public async Task RunAsync(ActionRunStage stage)
83
}
84
if (ExecutionContext.Global.Variables.GetBoolean("actions_uses_cache_service_v2") ?? false)
85
{
86
- Environment["ACTIONS_CACHE_SERVICE_V2"] = bool.TrueString;
+ Environment["REAL_ACTIONS_CACHE_SERVICE_V2"] = bool.TrueString;
87
88
89
// Resolve the target script.
0 commit comments