From 2d12c2d5c86daa35b48722bfd9ba2b8edf122fc2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 2 Feb 2022 16:09:18 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 47301633..46e3e875 100644 --- a/README.md +++ b/README.md @@ -21,8 +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. -* Runs on self hosted runners. -* GitHub Enterprise Server support. +* [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) +* [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. * Monorepos (Fetches only the last remote commit). * Supports all platforms (Linux, MacOS, Windows). * List all files that have changed. @@ -270,14 +271,6 @@ Support this project with a :star: > * However, this action will handle spaces in file names, with a recommendation of using a separator to prevent hidden issues. > ![Screen Shot 2021-10-23 at 9 37 34 AM](https://user-images.githubusercontent.com/17484350/138558767-b13c90bf-a1ae-4e86-9520-70a6a4624f41.png) -## Compatibility - -| Runner | Supported version | -|--------------------------|-----------------------| -| [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) | `v14.3` | -| [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) | `v14.3` | -| [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) | `v12.2` & `v2.0.1` | - ## Credits This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).