cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 82 forks source link

<!here> not working in text_file #53

Closed ajp-io closed 4 years ago

ajp-io commented 6 years ago

If I use the text parameter and include <!here>, it works well. However, if I put <!here> in a text file and use the text_file parameter, it does not work.

Specifically, if I put <!here> Maintenance Report in the text field, I get an @here notification. But if I create a file messages/report.txt and put the same message in it, and I use the text_field parameter, it sends the message without the @here portion. So it sends "Maintenance Report" instead.