Allow grouping log lines
R
Rafi Einstein
Similar to Github Actions:
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.
e.g.:
echo "::group::{title}"
...
echo "::endgroup::"