mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-12 00:56:03 +08: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…
x
Reference in New Issue
Block a user