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:
|
content_type:
|
||||||
- text/plain
|
- text/plain
|
||||||
- text/html
|
- text/html
|
||||||
- text/markdown
|
|
||||||
include:
|
include:
|
||||||
- content_type: text/plain
|
- content_type: text/plain
|
||||||
body: Test of action completed successfully!
|
body: file://README.md
|
||||||
- content_type: text/html
|
- content_type: text/html
|
||||||
body: |
|
body: |
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -23,8 +22,6 @@ jobs:
|
|||||||
<p>Paragraph</p>
|
<p>Paragraph</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
- content_type: text/markdown
|
|
||||||
body: file://README.md
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user