1
0
Fork 0
pull/296/head
eric sciple 2020-01-10 11:31:08 -05:00
parent 99bac4d32c
commit 1c9ca68a19
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
You can use this package to search for files matching glob patterns. You can use this package to search for files matching glob patterns.
Relative paths and absolute paths are both allowed. Relative paths are rooted against the current working directory.
```js ```js
const glob = require('@actions/glob'); const glob = require('@actions/glob');