mirror of
https://github.com/actions/runner.git
synced 2025-12-15 14:36:59 +00:00
Add event type to credential call (#352)
* Add event type to credential call * Move events to contants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user