Skip to content

Commit

Permalink
[no ci] (docs) Merge pull request #16 from jhongturney/jhongturney/fu…
Browse files Browse the repository at this point in the history
…rther-testing
  • Loading branch information
jhongturney authored and github-actions[bot] committed Apr 23, 2024
1 parent 1aa5a3e commit 608cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46196,7 +46196,7 @@ async function run () {
for (const entry of template.updates) {
core.info(`Processing entry ${entry.directory} for ecosystem ${entry['package-ecosystem']}`)
const baseUpdate = clone(entry)
const matchingFiles = await glob(entry.directory, globOpts)
const matchingFiles = await glob.glob(entry.directory, globOpts)
core.info(`Found ${matchingFiles.length} files matching ${entry.directory}`)
const matchingDirs = new Set(matchingFiles.map(file => path.dirname(file)))
core.info(`Found ${matchingDirs.size} directories matching ${entry.directory}`)
Expand Down

0 comments on commit 608cdc3

Please sign in to comment.