Skip to content

Commit 5dcba0d

Browse files
committed
Remove redundant glob declaration
1 parent ed6dad5 commit 5dcba0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
README.md
152152
with:
153153
script: |
154-
const glob = require('@actions/glob');
155154
const pathPattern = process.env.PATH_PATTERN;
156155
const ignorePatterns = process.env.IGNORE_PATTERNS;
157156
const ignoreGlobber = await glob.create(ignorePatterns);

0 commit comments

Comments
 (0)