diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd1a43ef..ae5a63ce 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