mirror of
https://github.com/actions/runner.git
synced 2025-12-14 03:49:48 +00:00
Send annotation title to run-service. (#3757)
This commit is contained in:
@@ -11,6 +11,9 @@ namespace Sdk.RSWebApi.Contracts
|
||||
[DataMember(Name = "message", EmitDefaultValue = false)]
|
||||
public string Message;
|
||||
|
||||
[DataMember(Name = "title", EmitDefaultValue = false)]
|
||||
public string Title;
|
||||
|
||||
[DataMember(Name = "rawDetails", EmitDefaultValue = false)]
|
||||
public string RawDetails;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user