Update README.md

This commit is contained in:
Tonye Jack 2022-02-02 16:09:18 -05:00 committed by GitHub
parent 711d42d763
commit 2d12c2d5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,9 @@ Retrieve all changed files relative to the default branch (`pull_request*` based
* Easy to debug. * Easy to debug.
* Boolean output indicating that certain files have been changed. * Boolean output indicating that certain files have been changed.
* Multiple repositories support. * Multiple repositories support.
* Runs on self hosted runners. * [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners)
* GitHub Enterprise Server 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.
* Monorepos (Fetches only the last remote commit). * Monorepos (Fetches only the last remote commit).
* Supports all platforms (Linux, MacOS, Windows). * Supports all platforms (Linux, MacOS, Windows).
* List all files that have changed. * 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. > * 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) > ![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 ## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter). This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).