send action name for run service (#3520)

* send action

* format

* comment

* Delete .github/workflows/lint.yml
This commit is contained in:
Yashwanth Anantharaju
2024-10-21 11:00:59 -04:00
committed by GitHub
parent 59ec9b4139
commit 3d34a3c6d6
3 changed files with 7 additions and 25 deletions

View File

@@ -508,6 +508,7 @@ namespace GitHub.Runner.Worker
Status = _record.State,
Number = _record.Order,
Name = _record.Name,
ActionName = StepTelemetry?.Action,
Ref = StepTelemetry?.Ref,
Type = StepTelemetry?.Type,
StartedAt = _record.StartTime,