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