mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
formatting
This commit is contained in:
@@ -84,7 +84,7 @@ namespace GitHub.Runner.Worker.Handlers
|
|||||||
actionRunner.Stage = stage;
|
actionRunner.Stage = stage;
|
||||||
actionRunner.Condition = aStep.Condition;
|
actionRunner.Condition = aStep.Condition;
|
||||||
actionRunner.DisplayName = aStep.DisplayName;
|
actionRunner.DisplayName = aStep.DisplayName;
|
||||||
|
|
||||||
ExecutionContext.RegisterNestedStep(actionRunner, inputsData, location, Environment);
|
ExecutionContext.RegisterNestedStep(actionRunner, inputsData, location, Environment);
|
||||||
location++;
|
location++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user