Summary
Gets the type of ref that triggered the workflow run.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public GitHubActionsRefType RefType { get; }
Value
Type | Description |
---|---|
GitHubActionsRefType | The type of ref that triggered the workflow run. Valid values are branch or tag. |