From 88103553c1432ff49e10f443095dfd0c3977821c Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:59:17 +0100 Subject: [PATCH] Fix broken title --- .../using-workflows/workflow-commands-for-github-actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/using-workflows/workflow-commands-for-github-actions.md b/content/actions/using-workflows/workflow-commands-for-github-actions.md index 33f4bbdeddb7..9c5b4c5fc381 100644 --- a/content/actions/using-workflows/workflow-commands-for-github-actions.md +++ b/content/actions/using-workflows/workflow-commands-for-github-actions.md @@ -257,6 +257,7 @@ Write-Output "::error file=app.js,line=1,col=5,endColumn=7::Missing semicolon" ``` {% endpowershell %} + ## Grouping log lines Creates an expandable group in the log. To create a group, use the `group` command and specify a `title`. Anything you print to the log between the `group` and `endgroup` commands is nested inside an expandable entry in the log.