Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Apr 23, 2024
1 parent 22c5fe5 commit e4e8738
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 @@ -38983,7 +38983,7 @@ const core = __nccwpck_require__(2186)
const yaml = __nccwpck_require__(1917)
const fs = (__nccwpck_require__(7147).promises)
const util = __nccwpck_require__(3837)
const glob = util.promisify(__nccwpck_require__(8211))
const glob = __nccwpck_require__(8211)
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 @@ -2,7 +2,7 @@ const core = require('@actions/core')
const yaml = require('js-yaml')
const fs = require('fs').promises
const util = require('util')
const glob = util.promisify(require('glob'))
const glob = require('glob')
const path = require('path')

const actionOpts = {
Expand Down

0 comments on commit e4e8738

Please sign in to comment.