mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Add comments of alternative mapping solution
This commit is contained in:
@@ -365,6 +365,11 @@ namespace GitHub.Runner.Worker
|
|||||||
case "steps":
|
case "steps":
|
||||||
stepsToken = run.Value.AssertMapping("steps");
|
stepsToken = run.Value.AssertMapping("steps");
|
||||||
// Maybe insert a for loop here instead since MappingToken is not supposed to be used in HandlerFactory.cs
|
// Maybe insert a for loop here instead since MappingToken is not supposed to be used in HandlerFactory.cs
|
||||||
|
// var steps = run.Value.AssertMapping("steps");
|
||||||
|
// foreach (var s in steps) {
|
||||||
|
// // Create list of steps
|
||||||
|
// //
|
||||||
|
// }
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Trace.Info($"Ignore run property {runsKey}.");
|
Trace.Info($"Ignore run property {runsKey}.");
|
||||||
|
|||||||
Reference in New Issue
Block a user