Skip to content

Customizing target log | GitHub Actions output #9

Description

@KSXGitHub

Drake always logs target names before executing the targets. It would be cool if those targets is collapsible/expandible in GitHub Actions, like so:

target 1 target 1 logs
target 2 target 2 logs

This can be achieved by printing the following to stdout:

::group::target 1
target 1 logs
::endgroup::
::group::target 2
target 2 logs
::endgroup::

Request

Add a way to customize logging of target names.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions