diff --git a/action.yaml b/action.yaml index 92fb843..6655f7c 100644 --- a/action.yaml +++ b/action.yaml @@ -35,7 +35,7 @@ runs: exit 1 fi - echo "echo "${YELLOW}🔄 ${{ inputs.registry_command }} connection to registry:${NC} ${{ inputs.registry_server }}..." + echo -e "${YELLOW}🔄 ${{ inputs.registry_command }} connection to registry:${NC} ${{ inputs.registry_server }}..." result=$(${{ inputs.registry_command }} login ${{ inputs.registry_server }} \ -u ${{ inputs.registry_user }} \