Summary
Gets the name of the webhook event that triggered the workflow.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public string EventName { get; }
Value
Type | Description |
---|---|
string | The name of the webhook event that triggered the workflow. |