Pass RunnerOS during job acquire. (#3140)

This commit is contained in:
Tingluo Huang
2024-02-09 15:19:52 -05:00
committed by GitHub
parent 31318d81ba
commit 72559572f6
3 changed files with 7 additions and 1 deletions

View File

@@ -7,5 +7,8 @@ namespace GitHub.Actions.RunService.WebApi
{
[DataMember(Name = "jobMessageId", EmitDefaultValue = false)]
public string JobMessageId { get; set; }
[DataMember(Name = "runnerOS", EmitDefaultValue = false)]
public string RunnerOS { get; set; }
}
}