Progress towards passing FileTable or FileID or FileName
This commit is contained in:
@@ -275,6 +275,7 @@ namespace GitHub.Runner.Worker
|
||||
{
|
||||
// TODO: For UI purposes, look at figuring out how to condense steps in one node => maybe use the same previous GUID
|
||||
var newGuid = Guid.NewGuid();
|
||||
// TODO: maybe have to use record id to figure out the right place to place the error message?
|
||||
step.ExecutionContext = Root.CreateChild(newGuid, step.DisplayName, newGuid.ToString("N"), null, null);
|
||||
step.ExecutionContext.ExpressionValues["inputs"] = inputsData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user