canonical / has-signed-canonical-cla

1 stars 16 forks source link

Collapse apt output in log file #10

Closed jhenstridge closed 3 years ago

jhenstridge commented 3 years ago

The majority of the log output from this action is output from apt to install python3-launchpadlib. While this could be useful if that part of the action breaks for some reason, it usually isn't particularly interesting.

This could be improved by marking the output as collapsible with:

core.startGroup('Installing python3-launchpadlib')
...
core.endGroup()
MarcusTomlinson commented 3 years ago

Fixed thanks!