-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diactritics on Preview #102
Comments
It doesn't seem to like the dash
|
That looks like ESC codes to colorize the output. Try setting the env variable CI to "true" to disable colorization. Oddly enough... according to https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables that variable will be set for you. Can you verify it is set? Please share the output of: Thanks! |
It doesn't look like the action supports
Though looking at https://github.com/koenrh/dnscontrol-action/blob/main/Dockerfile#L11 it looks like it's 3.27.1
|
This might be related to StackExchange/dnscontrol#2354 -- The main DNSControl CI/CD pipeline is inserting hashes instead of versions. |
This GHA https://github.com/koenrh/dnscontrol-action/blob/main/entrypoint.sh#L12-L15 always adds --config so it can't actually run version as an argument. |
The Add Normally this flag isn't needed because the colorization disables itself for non-interactive runs but that doesn't seem to work for many (most?) CI systems. |
Hello,
I am seeing unknown diacrtitics when it posts the preview text as GitHub comment. Any ideas on how to fix that?
The text was updated successfully, but these errors were encountered: