v1.0.4
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.