Summary
Gets a value indicating whether the GitHub Actions Runtime is available for the current build.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Runtime Info
Syntax
public bool IsRuntimeAvailable { get; }
Value
Type | Description |
---|---|
bool |
true if the GitHub Actions Runtime is available for the current build.
|