You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/adrs/0354-runner-machine-info.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The runner will look for a file `.setup_info` under the runner's root directory,
24
24
}
25
25
]
26
26
```
27
-
The runner will use `##[group]` and `##[endgroup]` to fold all detail info into an expandable group.
27
+
The runner will use `::group` and `::endgroup` to fold all detail info into an expandable group.
28
28
29
29
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.
0 commit comments