From 342f3d0405af0ca8fc88f93fc61dfabe688207d6 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 14:04:42 +0100 Subject: [PATCH] workflows: only text/html and text/plain --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd1a43e..ae5a63c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | @@ -23,8 +22,6 @@ jobs:

Paragraph

- - content_type: text/markdown - body: file://README.md steps: - name: Checkout uses: actions/checkout@v1