From 1c9ca68a19f0aaadf1c4bcae8e91f2d8d0dd0c00 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 10 Jan 2020 11:31:08 -0500 Subject: [PATCH] . --- packages/glob/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/glob/README.md b/packages/glob/README.md index 6433aa2c..9575beaa 100644 --- a/packages/glob/README.md +++ b/packages/glob/README.md @@ -6,6 +6,8 @@ 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 const glob = require('@actions/glob');