Resolve Actions Directly From Launch for Run Service Jobs (#2529)

Co-authored-by: Tingluo Huang <[email protected]>
This commit is contained in:
John Hernley
2023-05-03 16:04:21 -04:00
committed by GitHub
co-authored by Tingluo Huang
parent 229b9b8ecc
commit 22d1938ac4
9 changed files with 275 additions and 2 deletions
+1
View File
@@ -261,6 +261,7 @@ namespace GitHub.Runner.Common
public static readonly string AccessToken = "system.accessToken";
public static readonly string Culture = "system.culture";
public static readonly string PhaseDisplayName = "system.phaseDisplayName";
public static readonly string JobRequestType = "system.jobRequestType";
public static readonly string OrchestrationId = "system.orchestrationId";
}
}