Change the action file directly, add a contentType as property. The action defaults to json content type.
{
"name": "",
"module": "core",
"action": "response",
"options": {
"status": 200,
"contentType": "text/plain",
"data": ""
}
}