From c550a7182d59da12de1d71f90fd716c58d9c6a7d Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 7 Apr 2020 10:38:01 +0200 Subject: [PATCH] workflows: test sending mails with attachments --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4feb7ad..5fe12195 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: include: - content_type: text/plain body: file://README.md + attachments: action.yml - content_type: text/html body: | @@ -23,6 +24,7 @@ jobs:

Paragraph

+ attachments: package.json,package-lock.json steps: - name: Checkout code uses: actions/checkout@v1 @@ -38,3 +40,4 @@ jobs: to: ${{github.event.pusher.email}} from: github-actions content_type: ${{matrix.content_type}} + attachments: ${{matrix.attachments}}