Summary
Gets the name of the runner executing the job.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Runner Info
Syntax
public string Name { get; }
Value
Type | Description |
---|---|
string | The name of the runner executing the job. |