Update 0354-runner-machine-info.md (#1108)

This commit is contained in:
Josh Soref
2022-01-21 11:35:14 -05:00
committed by GitHub
parent ac31fd10b2
commit d7d38e173e

View File

@@ -24,7 +24,7 @@ The runner will look for a file `.setup_info` under the runner's root directory,
}
]
```
The runner will use `##[group]` and `##[endgroup]` to fold all detail info into an expandable group.
The runner will use `::group` and `::endgroup` to fold all detail info into an expandable group.
Both [virtual-environments](https://github.com/actions/virtual-environments) and self-hosted runners can use this mechanism to add extra logging info to the `Set up job` step's log.