Summary
Gets the branch of the base repository.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public string BaseRef { get; }
Value
Type | Description |
---|---|
string | The branch of the base repository. Only set for forked repositories. |