You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: