Remove unnessary FileID attribute from CompositeActionExecutionData

This commit is contained in:
Ethan Chiu
2020-06-23 13:40:06 -04:00
parent 9c60f1a264
commit 368b6254ed
4 changed files with 5 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ namespace GitHub.Runner.Worker.Handlers
// Add the composite action environment variables to each step.
// If the key already exists, we override it since the composite action env variables will have higher precedence
// Note that for each composite action step, it's environment variables will be set in the StepRunner automatically
var compositeEnvData = manifestManager.EvaluateCompositeActionEnvironment(ExecutionContext, Data.Environment, extraExpressionValues, Data.FileID);
var compositeEnvData = manifestManager.EvaluateCompositeActionEnvironment(ExecutionContext, Data.Environment, extraExpressionValues);
var envData = new Dictionary<string, string>();
// Copy over parent environment