GitHubActionsProvider.

GitHubActionsProvider(ICakeEnvironment, IFileSystem, IBuildSystemServiceMessageWriter) Constructor

Summary

Initializes a new instance of the GitHubActionsProvider class.

Syntax

public GitHubActionsProvider(ICakeEnvironment environment, IFileSystem fileSystem, IBuildSystemServiceMessageWriter writer)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
fileSystem IFileSystem The file system.
writer IBuildSystemServiceMessageWriter The build system service message writer.

Return Value

Type Description
void