Convert glob input to globs to support multiple globs.

This commit is contained in:
David Anson
2021-01-13 14:50:05 -08:00
parent 9a43d58805
commit a7cc7f4b06
5 changed files with 16 additions and 10 deletions
+7 -1
View File
@@ -18,4 +18,10 @@ jobs:
- name: One glob (test/error.md, errors)
uses: ./
with:
glob: test/errors.md
globs: test/errors.md
- name: Two globs (README.md and test/error.md, errors)
uses: ./
with:
globs: |
*.md
test/*