workflows: only text/html and text/plain

This commit is contained in:
Dawid Dziurla 2020-03-24 14:04:42 +01:00
parent 4f26c8c5d7
commit 342f3d0405
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -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