This content is part of a third party extension that is not supported by the Cake project.
        
	
		Summary
            Initializes a new instance of the 
		GitHubActionsEngine class.
            - Assembly
 - Cake
.GitHubActions .Module .dll  - Namespace
 - Cake
.GitHubActions .Module  - Containing Type
 - GitHubActionsEngine
 
Syntax
public GitHubActionsEngine(ICakeDataService dataService, ICakeLog log, IConsole console)
	Parameters
| Name | Type | Description | 
|---|---|---|
| dataService | ICakeDataService | Implementation of ICakeDataService. | 
					
| log | ICakeLog | Implementation of ICakeLog. | 
					
| console | IConsole | Implementation of IConsole. | 
					
Return Value
| Type | Description | 
|---|---|
| void | 
