Summary
Initializes a new instance of the
GitHubActionsProvider class.
- Namespace
- Cake
.Common .Build .GitHubActions - Containing Type
- Git
Hub Actions Provider
Syntax
public GitHubActionsProvider(ICakeEnvironment environment, IFileSystem fileSystem, IBuildSystemServiceMessageWriter writer)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The environment. |
| fileSystem | IFileSystem | The file system. |
| writer | I |
The build system service message writer. |
Return Value
| Type | Description |
|---|---|
| void |
