prototype support for step retries

This commit is contained in:
eric sciple
2021-03-05 20:46:33 -06:00
parent 8109c962f0
commit 523d7f9454
4 changed files with 81 additions and 50 deletions

View File

@@ -64,6 +64,8 @@ namespace GitHub.Runner.Worker
public Pipelines.ActionStep Action { get; set; }
public Int32 Retries => Action?.Retries ?? 0;
public TemplateToken Timeout => Action?.TimeoutInMinutes;
public async Task RunAsync()