-
Hi, There doesn't seem a way to filter just on directories. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
HI @alex8bitw, this action only supports filtering changed files, hence the name To match a directory that contains a changed file, you'll need to use a directory pattern. ExampleMatch directories with the word
Note The use of |
Beta Was this translation helpful? Give feedback.
HI @alex8bitw, this action only supports filtering changed files, hence the name
changed-files
.To match a directory that contains a changed file, you'll need to use a directory pattern.
Example
Match directories with the word
hono
in themNote
The use of
/**
to match files within the folder anddir_names
set totrue
essentially returns the directory name of the matched changed file.