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