mirror of
https://github.com/actions/runner.git
synced 2025-12-19 00:36:55 +00:00
notes on todo tasks for refactoring to support different types of steps
This commit is contained in:
@@ -376,6 +376,7 @@ namespace GitHub.Runner.Worker
|
||||
{
|
||||
var steps = run.Value.AssertSequence("steps");
|
||||
var evaluator = executionContext.ToPipelineTemplateEvaluator();
|
||||
// TODO: Change this so that we process each type of step
|
||||
stepsLoaded = evaluator.LoadCompositeSteps(steps);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user