I've got it working on a GitHub Action, but unfortunately the output is all monochrome. I've tried forcing the environment to use TERM so that it would recognize your AnsiTerm conditional, but it doesn't work.
Any suggestions on getting colored output for the logs within a GitHub action? Is there any way to force color?
First off, thanks for such an awesome tool.
I've got it working on a GitHub Action, but unfortunately the output is all monochrome. I've tried forcing the environment to use TERM so that it would recognize your AnsiTerm conditional, but it doesn't work.
Any suggestions on getting colored output for the logs within a GitHub action? Is there any way to force color?
Cheers!