Add comments + fix action_yaml schema

This commit is contained in:
Ethan Chiu
2020-06-11 10:37:29 -04:00
parent 3fed00814d
commit 65287fb0f0
4 changed files with 224 additions and 14 deletions

View File

@@ -364,6 +364,7 @@ namespace GitHub.Runner.Worker
break;
case "steps":
stepsToken = run.Value.AssertMapping("steps");
// Maybe insert a for loop here instead since MappingToken is not supposed to be used in HandlerFactory.cs
break;
default:
Trace.Info($"Ignore run property {runsKey}.");