Add orchestrationId to useragent for better correlation. (#2568)

* Add orchestrationId to useragent for better correlation.

* .
This commit is contained in:
Tingluo Huang
2023-04-26 15:15:19 -04:00
committed by GitHub
parent ad9a4a45d1
commit 6353ac84d7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace GitHub.Runner.Common
{
@@ -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 OrchestrationId = "system.orchestrationId";
}
}