Skip to content

v1.0.4

Choose a tag to compare

@AdrienneCohea AdrienneCohea released this 04 Apr 07:27
· 15 commits to main since this release

Fix force-truecolor having no effect in GitHub Actions.

The INPUT_FORCE-TRUECOLOR env var was accepted by the action but never forwarded to the kustomize-diff binary as a -force-truecolor CLI flag. Since the hyphenated name can't be referenced as a shell variable, printenv is used to read it in entrypoint.sh.