GitHubActionsCommands.

EndGroup() Method

Summary

End a group in the build log.

Syntax

public void EndGroup()

Examples

if (GitHubActions.IsRunningOnGitHubActions)
{
    GitHubActions.Commands.EndGroup();
}

Return Value

Type Description
void