GitHubActionsWorkflowInfo.

RefType Property

Summary

Gets the type of ref that triggered the workflow run.

Syntax

public GitHubActionsRefType RefType { get; }

Value

Type Description
GitHubActionsRefType The type of ref that triggered the workflow run. Valid values are branch or tag.