Skip to content

Commit 04f9e9e

Browse files
authored
Merge pull request #16456 from nhedger/patch-2
Fix broken title
2 parents a881e58 + c2eb053 commit 04f9e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/using-workflows/workflow-commands-for-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Write-Output "::error file=app.js,line=1,col=5,endColumn=7::Missing semicolon"
257257
```
258258

259259
{% endpowershell %}
260+
260261
## Grouping log lines
261262

262263
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.

0 commit comments

Comments
 (0)