From d7d38e173ef7bc687ac321be98355f31353d63a2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 21 Jan 2022 11:35:14 -0500 Subject: [PATCH] Update 0354-runner-machine-info.md (#1108) --- docs/adrs/0354-runner-machine-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.