GitHubActionsCommands.

SetStepSummary(string) Method

Summary

Creates or updates the step summary for a GitHub workflow.

Syntax

public void SetStepSummary(string summary)

Parameters

Name Type Description
summary string The step summary.

Return Value

Type Description
void