Open
Description
Feature Description
Similar to the GitHub Actions console, I recommend supporting ::group::NAME
and ::endgroup::
to make blocks collapsible in the web console.
Rleated docs:
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines
Other useful wofklow commands:
-
::group::
-
::add-mask::{value}
-
::stop-commands::{endtoken}
-
::workflow-command parameter1={data},parameter2={data}::{command value}
-
::debug::{message}
-
::notice file={name},line={line},endLine={endLine},title={title}::{message}
-
::warning file={name},line={line},endLine={endLine},title={title}::{message}
-
::error file={name},line={line},endLine={endLine},title={title}::{message}
-
### Hello world! :rocket: