File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ function AddTelemetryEvent()
69
69
70
70
Add-TelemetryProperty - Hashtable $Data - Key ' WorkflowName' - Value $ENV: GITHUB_WORKFLOW
71
71
Add-TelemetryProperty - Hashtable $Data - Key ' RunnerOs' - Value $ENV: RUNNER_OS
72
+ Add-TelemetryProperty - Hashtable $Data - Key ' RunnerEnvironment' - Value $ENV: RUNNER_ENVIRONMENT
72
73
Add-TelemetryProperty - Hashtable $Data - Key ' RunId' - Value $ENV: GITHUB_RUN_ID
73
74
Add-TelemetryProperty - Hashtable $Data - Key ' RunNumber' - Value $ENV: GITHUB_RUN_NUMBER
74
75
Add-TelemetryProperty - Hashtable $Data - Key ' RunAttempt' - Value $ENV: GITHUB_RUN_ATTEMPT
Original file line number Diff line number Diff line change 2
2
3
3
- Issue 1296 Make property "appFolders" optional
4
4
- Issue 1344 Experimental feature "git submodules" seems to be a breaking change
5
+ - Issue 1305 Extra telemetry Property RepositoryOwner and RepositoryName¨
6
+ - Add RunnerEnvironment to Telemetry
5
7
6
8
### New Repository Settings
7
9
You can’t perform that action at this time.
0 commit comments