When using a path pattern such as ${{ github.workspace }}/*/.csproj the required files are found but if I use something such as ${{ github.workspace }}/*/?(Chart.yaml|configmap.yaml|appsettings.json|appsettings.Development.json|.csproj) it fails to find any files
What did you expect to happen?
Multiple files matching the expression to be found
How can we reproduce it?
Just have a repo that has files of type that you want to search for.
Anything else we need to know?
No response
What version of the action are you using?
v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
What happened?
When using a path pattern such as ${{ github.workspace }}/*/.csproj the required files are found but if I use something such as ${{ github.workspace }}/*/?(Chart.yaml|configmap.yaml|appsettings.json|appsettings.Development.json|.csproj) it fails to find any files
What did you expect to happen?
Multiple files matching the expression to be found
How can we reproduce it?
Just have a repo that has files of type that you want to search for.
Anything else we need to know?
No response
What version of the action are you using?
v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response