This is part of the Fake.BuildServer.GitHubActions module.

GitHubActions

native support for GitHub Actions specific APIs. The general documentation on how to use CI server integration can be found here. This module does not provide any special APIs please use FAKE APIs and they should integrate into this CI server. If some integration is not working as expected or you have features you would like to use directly please open an issue.

Nested types and modules

TypeDescription
Environment

Exported environment variables during build. See the official documentation for details.

Functions and values

Function or valueDescription
GitHubActions.defaultTraceListener
Signature: ITraceListener
GitHubActions.detect()
Signature: unit -> bool
GitHubActions.install(force)
Signature: force:bool -> unit
GitHubActions.Installer
Signature: BuildServerInstaller