Summary
End a group in the build log.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void EndGroup()
Examples
if (GitHubActions.IsRunningOnGitHubActions)
{
GitHubActions.Commands.EndGroup();
}
Return Value
| Type | Description |
|---|---|
| void |
