From e8b7af2f44321a807bb3b1ad43aae92967067eea Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 20 Jul 2020 07:31:58 +0200 Subject: [PATCH] workflows: fix --- .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 e2c1dd36..5c3db4d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,6 @@ jobs: strategy: max-parallel: 1 matrix: - content_type: - - text/plain - - text/html include: - content_type: text/markdown body: file://README.md @@ -30,7 +27,7 @@ jobs: attachments: package.json,package-lock.json steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Send mail uses: ./ with: