actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

let glob support curly braces like bash #1694

Open aryairani opened 8 months ago

aryairani commented 8 months ago

e.g.: hello{a,b,} would match helloa, hellob, and hello

unional commented 2 weeks ago

I find that the glob also does not support patterns like **/a/*/b