mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
Add comments + fix action_yaml schema
This commit is contained in:
@@ -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}.");
|
||||
|
||||
Reference in New Issue
Block a user