From 5ea8fbfb83df630b85c79d5ef822bbc76356fd0e Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Thu, 10 Nov 2022 08:18:58 +0100 Subject: [PATCH] Update docs for config file paths. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f405e6b..27216d5 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ If the configuration file is located in an external private repository, use the [external-repo-token](#external-repo-token) parameter of the action to specify a token that has read access to the repository. -**Possible values**: A string representing an absolute path to a file, -or a file located in another repository: +**Possible values**: A string representing a path to a file located +in the current repository, or in an external one. **Example**: `config-file: ./.github/dependency-review-config.yml # local file`.