You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging of Deno errors on Github Actions tabs currenty logs Deno output with messy colored terminal output that can't be rendered in the github log tailing UI.
Quick question: so we have the --allow-envflag enabled in our Deno run command. Are you not able to create an environment secret in your GitHub repo running the action with the variable name NO_COLOR and set to true? Does this not work?
Logging of Deno errors on Github Actions tabs currenty logs Deno output with messy colored terminal output that can't be rendered in the github log tailing UI.
https://share.getcloudapp.com/GGuWQrnk
The
deno
command should be run with color disabled as described in the docs here:https://deno.land/manual/getting_started/setup_your_environment#environmental-variables
The text was updated successfully, but these errors were encountered: