Skip to content

Use groups to have a standard output #183

@gagoar

Description

@gagoar

currently we have either DEBUG flag or no logs at all.

DEBUG is useful to understand exactly what's happening, but in most cases is too noisy.

We should have a normal log output that offers information everybody will be happy to see.

we should use for this startGroup and endGroup from actions/core
example:

core.startGroup('Do some function')
doSomeFunction()
core.endGroup()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions