Skip to content

Commit

Permalink
fix: use the right var for color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 4, 2023
1 parent fbe575d commit 09a6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09a6d37

Please sign in to comment.