From 366fffb71713a51f4c81271d269c5927b6d5405e Mon Sep 17 00:00:00 2001 From: Oerd Cukalla Date: Tue, 22 Aug 2023 00:28:34 +0200 Subject: [PATCH] Fix(docs): Correct article use. --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index fb4dcf8..d9c352d 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -83,7 +83,7 @@ jobs: config-file: './.github/dependency-review-config.yml' ``` -## Using a configuration file from a external repository +## Using a configuration file from an external repository The following example will use a configuration file from an external public GitHub repository to configure the action. @@ -110,7 +110,7 @@ jobs: config-file: 'github/octorepo/dependency-review-config.yml@main' ``` -## Using a configuration file from a external repository with a personal access token +## Using a configuration file from an external repository with a personal access token The following example will use a configuration file from an external private GtiHub repository to configure the action.