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:
|
strategy:
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
content_type:
|
|
||||||
- text/plain
|
|
||||||
- text/html
|
|
||||||
include:
|
include:
|
||||||
- content_type: text/markdown
|
- content_type: text/markdown
|
||||||
body: file://README.md
|
body: file://README.md
|
||||||
@ -30,7 +27,7 @@ jobs:
|
|||||||
attachments: package.json,package-lock.json
|
attachments: package.json,package-lock.json
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- name: Send mail
|
- name: Send mail
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user