Skip to content

Commit

Permalink
test with globSync
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Apr 23, 2024
1 parent 368d091 commit 27cd608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38984,7 +38984,7 @@ const yaml = __nccwpck_require__(1917)
const fs = (__nccwpck_require__(7147).promises)
const util = __nccwpck_require__(3837)
const globModule = __nccwpck_require__(8211)
const glob = util.promisify(globModule.glob)
const glob = util.promisify(globModule.globSync)
const path = __nccwpck_require__(1017)

const actionOpts = {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const yaml = require('js-yaml')
const fs = require('fs').promises
const util = require('util')
const globModule = require('glob')
const glob = util.promisify(globModule.glob)
const glob = util.promisify(globModule.globSync)
const path = require('path')

const actionOpts = {
Expand Down

0 comments on commit 27cd608

Please sign in to comment.