diff --git a/dist/index.js b/dist/index.js index c8cbbc0..12fe76d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -46167,7 +46167,7 @@ const actionOpts = { } const globOpts = { - root: '/', + absolute: false, mark: true, matchBase: true, follow: actionOpts['follow-symbolic-links'] diff --git a/src/index.js b/src/index.js index de11367..29ea642 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ const actionOpts = { } const globOpts = { - cwd: '/', + absolute: false, mark: true, matchBase: true, follow: actionOpts['follow-symbolic-links']