1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Fix broken title

This commit is contained in:
Nicolas Hedger
2022-03-22 12:59:17 +01:00
committed by GitHub
parent d78ed30ad6
commit 88103553c1

View File

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