require file:// prefix in body if loading a file

This commit is contained in:
Dawid Dziurla
2019-12-08 11:23:04 +01:00
parent ae69498bf4
commit 2f26726c4f
3 changed files with 10 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
body:
- README.md
- file://README.md
- Test of action completed successfully!
steps:
- name: Checkout