Skip to content

Commit

Permalink
new option to try
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Apr 23, 2024
1 parent 696648c commit b491919
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 @@ -46167,7 +46167,7 @@ const actionOpts = {
}

const globOpts = {
root: '/',
absolute: false,
mark: true,
matchBase: true,
follow: actionOpts['follow-symbolic-links']
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const actionOpts = {
}

const globOpts = {
cwd: '/',
absolute: false,
mark: true,
matchBase: true,
follow: actionOpts['follow-symbolic-links']
Expand Down

0 comments on commit b491919

Please sign in to comment.