diff --git a/action.yml b/action.yml index fa2d17d..7f1bb85 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: steps: - shell: bash run: | - if [ "${{ inputs.colored-output }}" == "true" ]; then + if [ "${{ inputs.colorize }}" == "true" ]; then echo "DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION=true" >> $GITHUB_ENV echo "TERM=xterm" >> $GITHUB_ENV fi