Summary
Gets a value indicating whether if branch protections are configured for the ref that triggered the workflow run.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public bool RefProtected { get; }
Value
Type | Description |
---|---|
bool | Value whether if branch protections are configured for the ref that triggered the workflow run. |