Remove todo

This commit is contained in:
Ethan Chiu
2020-06-23 14:27:06 -04:00
parent 0a6453e241
commit 54ed6eabce
-2
View File
@@ -1279,8 +1279,6 @@ namespace GitHub.Runner.Worker
public override ActionExecutionType ExecutionType => ActionExecutionType.Script;
public override bool HasPre => false;
public override bool HasPost => false;
// TODO: Maybe add FileID here to pass to ScriptHandler for more helpful error message?
}
public sealed class CompositeActionExecutionData : ActionExecutionData