mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
changes to support specific run service URL (#2158)
* changes to support run service url * feedback
This commit is contained in:
committed by
GitHub
parent
b6a46f2114
commit
252f4de577
@@ -9,5 +9,7 @@ namespace GitHub.Runner.Listener
|
||||
public string Id { get; set; }
|
||||
[DataMember(Name = "runner_request_id")]
|
||||
public string RunnerRequestId { get; set; }
|
||||
[DataMember(Name = "run_service_url")]
|
||||
public string RunServiceUrl { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user