mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-08 05:44:04 +07:00
require file:// prefix in body if loading a file
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
body:
|
||||
- README.md
|
||||
- file://README.md
|
||||
- Test of action completed successfully!
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user