Skip to content

Commit

Permalink
Correct root/filter + source test inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Dec 6, 2023
1 parent d5ff52c commit 2da05a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
uses: ./
with:
root-patterns: |
banana
apple
banana/
apple/
filter-patterns: |
**/b.txt
source: '["banana/a.txt","banana/b.txt","apple/a.txt"]'
Expand Down

0 comments on commit 2da05a6

Please sign in to comment.