Summary
Gets a value indicating whether the current build is running on GitHub Actions.
- Namespace
- Cake
.Common .Build .GitHubActions - Containing Type
- I
Git Hub Actions Provider
Syntax
bool IsRunningOnGitHubActions { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on GitHub Actions; otherwise, false .
|