diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2c1dd36a..5c3db4d1a 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: