dawidd6 / action-send-mail

:gear: A GitHub Action to send an email to multiple recipients
MIT License
455 stars 188 forks source link

Is it possible to pass in a html file in current working directory #150

Closed shyam-ks closed 1 year ago

shyam-ks commented 1 year ago

Hello, Is is possible to pass in a html file in current working directory ? example: html_body: ./sample.html

Thanks

dawidd6 commented 1 year ago
html_body: file://sample.html

should work

shyam-ks commented 1 year ago

Thank you