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
I'm trying to use this plugin to filter only the directory names of my chnagnged files under the libs directoy.
For example I have those changed files:
Run dorny/paths-filter@v3
Get current git ref
Changes will be detected between main and PA-1000
Searching for merge-base main...PA-1000
Change detection refs/remotes/origin/main...refs/remotes/origin/PA-1000
Detected 4 changed files
Results:
Filter libs = true
Matching files:
**libs/auth_utils/src/pdnd_auth_utils/auth_util.py [modified]
libs/tests/test_mock.py [modified]**
Changes output set to ["libs"]
in this case I want to put on my output only the name oif the subfolders of libs
I'm trying to use this plugin to filter only the directory names of my chnagnged files under the libs directoy.
For example I have those changed files:
in this case I want to put on my output only the name oif the subfolders of libs
libs = ["auth_utils", "tests"]
this is my action:
The text was updated successfully, but these errors were encountered: