From b06e69da6cb0bd59a442188e68fbae1aba330412 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Feb 2022 14:15:41 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46e3e875..1c6cfd1a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Retrieve all changed files relative to the default branch (`pull_request*` based * Easy to debug. * Boolean output indicating that certain files have been changed. * Multiple repositories support. -* [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) +* [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) support * [GitHub Enterprise Server](https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server) support. -* Run on [self-hosted](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) runners. +* [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) support. * Monorepos (Fetches only the last remote commit). * Supports all platforms (Linux, MacOS, Windows). * List all files that have changed.