mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
add ref and type to job completion in run service (#3492)
* add ref and type to job completion in run service * lint
This commit is contained in:
committed by
GitHub
parent
aa0ee2bf64
commit
4d8402c260
@@ -19,6 +19,12 @@ namespace GitHub.Actions.RunService.WebApi
|
||||
[DataMember(Name = "name", EmitDefaultValue = false)]
|
||||
public string Name { get; set; }
|
||||
|
||||
[DataMember(Name = "ref", EmitDefaultValue = false)]
|
||||
public string Ref { get; set; }
|
||||
|
||||
[DataMember(Name = "type", EmitDefaultValue = false)]
|
||||
public string Type { get; set; }
|
||||
|
||||
[DataMember(Name = "status")]
|
||||
public TimelineRecordState? Status { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user