Summary
Gets a value indicating whether the repository is private.
- Namespace
- Cake
.Common .Build .WoodpeckerCI .Data - Containing Type
- Woodpecker
C I Repository Info
Syntax
public bool RepoPrivate { get; }
Value
Type | Description |
---|---|
bool |
true if the repository is private; otherwise, false .
|