-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to check existence using glob #4
Comments
Hi 👋 Yes, @elizabrock you are correct. This action does not currently support globs. However, adding support for globs is something I think would be really useful. The glob package seems to be a great solution. Is this something you would be interested in implementing @elizabrock ? |
I would like to see this functionality also. |
@andstor - maybe add the #Hacktoberfest label to get it done? |
Added 👌 |
instead of using fs and glob why not use the |
Because it does not support glob characters (*). andstor/file-existence-action#4
Any word on an enhancement here? |
Hi 👋 Version v1.1.0 now supports glob patterns 🥳 |
Unable to check for files existence using the glob character (
*
).Steps to reproduce
Use the following job in your github workflow.
Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: