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.