mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-03-06 11:38:28 +07:00
Add support for custom email headers via JSON input (#264)
* Adding custom header with JSON support * Adding headers in test workflow --------- Co-authored-by: W506810_wexinc <spiros.kalogeropoulos@wexinc.com>
This commit is contained in:
committed by
GitHub
parent
7c60f8f904
commit
ba302ba66e
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
||||
convert_markdown: true
|
||||
attachments: package.json,action.yml
|
||||
priority: high
|
||||
headers: '{"X-My-Test-Header": "Passed"}'
|
||||
|
||||
- name: Get mail
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user