diff --git a/docs/adrs/0354-runner-machine-info.md b/docs/adrs/0354-runner-machine-info.md index 6e9263371..47c8f3848 100644 --- a/docs/adrs/0354-runner-machine-info.md +++ b/docs/adrs/0354-runner-machine-info.md @@ -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.