Add explicit dependency on @actions/glob
This commit is contained in:
parent
1922a489a8
commit
19e7c25974
51 changed files with 1611 additions and 13 deletions
2
node_modules/@actions/glob/lib/internal-globber.js
generated
vendored
2
node_modules/@actions/glob/lib/internal-globber.js
generated
vendored
|
|
@ -141,7 +141,7 @@ class DefaultGlobber {
|
|||
// Directory
|
||||
if (stats.isDirectory()) {
|
||||
// Matched
|
||||
if (match & internal_match_kind_1.MatchKind.Directory) {
|
||||
if (match & internal_match_kind_1.MatchKind.Directory && options.matchDirectories) {
|
||||
yield yield __await(item.path);
|
||||
}
|
||||
// Descend?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue