diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc83243..289c8cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,12 @@ jobs: max-parallel: 1 matrix: include: - - content_type: text/markdown + - subject: Plain body (attachment) attachments: action.yml - body: file://README.md - - content_type: text/html + body: | + first line + second line + - subject: HTML body (attachments) attachments: package.json,package-lock.json body: | @@ -26,16 +28,16 @@ jobs:
Paragraph