Add event type to credential call (#352)

* Add event type to credential call

* Move events to contants
This commit is contained in:
Josh Gross
2020-03-02 11:22:45 -05:00
committed by GitHub
parent d80ab095a5
commit 94e7560ccd
2 changed files with 11 additions and 4 deletions

View File

@@ -136,6 +136,12 @@ namespace GitHub.Runner.Common
}
}
public static class RunnerEvent
{
public static readonly string Register = "register";
public static readonly string Remove = "remove";
}
public static class Pipeline
{
public static class Path