GitHubActionsCommands.

StartGroup(string) Method

Summary

Start a group in the build log.

Syntax

public void StartGroup(string title)

Parameters

Name Type Description
title string The title.

Return Value

Type Description
void