Summary
Gets the URL of the GitHub server.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public string ServerUrl { get; }
Value
| Type | Description |
|---|---|
| string | The URL of the GitHub server. For example: https://github.com. |
