mirror of
https://github.com/actions/runner.git
synced 2025-12-16 15:06:49 +00:00
Add necessary files + add functionality to convert to ActionStep object
This commit is contained in:
@@ -1286,7 +1286,7 @@ namespace GitHub.Runner.Worker
|
||||
public override bool HasPre => false;
|
||||
public override bool HasPost => false;
|
||||
|
||||
public MappingToken Steps {get; set;}
|
||||
public List<Pipelines.Step> Steps {get; set;}
|
||||
|
||||
// public string Script { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user