mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +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 HasPost => false;
|
||||
|
||||
public List<Pipelines.Step> Steps {get; set;}
|
||||
public List<Pipelines.ActionStep> Steps {get; set;}
|
||||
|
||||
// public string Script { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user