sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
36 stars 14 forks source link

fix: remove forced space by color #20

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago
Screen Shot 2021-01-14 at 10 53 27 AM

No more forced space. Aligned perfectly.

fixes: #15

iBotPeaches commented 3 years ago

@iBotPeaches this works, but noticed you didn't also update the {} wrapping for the $NO_COLOR to the ${NO_COLOR}.

Would recommend that for consistency and possibly changing the ${NO_COLOR} to ${RESET_FONT} or ${RESET_TEXT} as the \033[0m is actually reset foreground/background attributes.

Swapped to RESET_TEXT and fixed the missing wrapping on the last few lines.