mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: fix
This commit is contained in:
parent
55c338812f
commit
e8b7af2f44
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user