mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: only text/html and text/plain
This commit is contained in:
parent
4f26c8c5d7
commit
342f3d0405
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -10,10 +10,9 @@ jobs:
|
||||
content_type:
|
||||
- text/plain
|
||||
- text/html
|
||||
- text/markdown
|
||||
include:
|
||||
- content_type: text/plain
|
||||
body: Test of action completed successfully!
|
||||
body: file://README.md
|
||||
- content_type: text/html
|
||||
body: |
|
||||
<!DOCTYPE html>
|
||||
@ -23,8 +22,6 @@ jobs:
|
||||
<p>Paragraph</p>
|
||||
</body>
|
||||
</html>
|
||||
- content_type: text/markdown
|
||||
body: file://README.md
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user