Handling workflow commands in Gitea Actions (::group::name
, ::endgroup::
, etc...)
#27898
Open
1 of 9 tasks
Labels
topic/gitea-actions
related to the actions of Gitea
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
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:
Screenshots
The text was updated successfully, but these errors were encountered: