Summary
Creates or updates the step summary for a GitHub workflow.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void SetStepSummary(string summary)
Parameters
| Name | Type | Description |
|---|---|---|
| summary | string | The step summary. |
Return Value
| Type | Description |
|---|---|
| void |
