mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
Step => ActionStep parity
This commit is contained in:
@@ -1286,7 +1286,7 @@ namespace GitHub.Runner.Worker
|
|||||||
public override bool HasPre => false;
|
public override bool HasPre => false;
|
||||||
public override bool HasPost => 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; }
|
// public string Script { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user