Summary
Gets the name of the person or app that initiated the workflow.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public string Actor { get; }
Value
Type | Description |
---|---|
string | The name of the person or app that initiated the workflow. |