This commit is contained in:
TingluoHuang
2020-03-06 21:28:10 -05:00
parent 94e7560ccd
commit de07637563
14 changed files with 407 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ namespace GitHub.Runner.Worker
{
public enum ActionRunStage
{
Pre,
Main,
Post,
}