Summary
    Gets an environment variable as a 
		bool.
    - Namespace
 - Cake
.Common .Build .GitHubActions  - Containing Type
 - GitHubActionsInfo
 
Syntax
protected bool GetEnvironmentBoolean(string variable)
	Parameters
| Name | Type | Description | 
|---|---|---|
| variable | string | The environment variable name. | 
Return Value
| Type | Description | 
|---|---|
| bool | The environment variable. | 
