Step => ActionStep parity

This commit is contained in:
Ethan Chiu
2020-06-11 17:55:13 -04:00
parent e601a3f4be
commit 7abdde0ad9

View File

@@ -1286,7 +1286,7 @@ namespace GitHub.Runner.Worker
public override bool HasPre => false;
public override bool HasPost => false;
public List<Pipelines.Step> Steps {get; set;}
public List<Pipelines.ActionStep> Steps {get; set;}
// public string Script { get; set; }