Skip to content

fix: support recursive globs in woke-args#7

Open
LarytheLord wants to merge 1 commit intoget-woke:mainfrom
LarytheLord:fix/recursive-glob-support
Open

fix: support recursive globs in woke-args#7
LarytheLord wants to merge 1 commit intoget-woke:mainfrom
LarytheLord:fix/recursive-glob-support

Conversation

@LarytheLord
Copy link

Summary

  • enable Bash globstar so recursive globs in woke-args (for example **/*.md) expand correctly
  • document recursive glob support in the README inputs section

Why

Issue #3 reports that recursive glob patterns are currently passed literally instead of expanding to files. Since this action runs under Bash, enabling globstar is enough to make recursive ** patterns work as expected.

Closes #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recursive glob

1 participant