Summary
Initializes a new instance of the
GitHubActionsCommands class.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public GitHubActionsCommands(ICakeEnvironment environment, IFileSystem fileSystem, IBuildSystemServiceMessageWriter writer, GitHubActionsEnvironmentInfo actionsEnvironment, Func<string, HttpClient> createHttpClient)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The environment. |
| fileSystem | IFileSystem | The file system. |
| writer | I |
The build system service message writer. |
| actionsEnvironment | Git |
The actions environment. |
| createHttpClient | Func |
The http client factory. |
Return Value
| Type | Description |
|---|---|
| void |
