From 58d63b37691e9a0e4c2a00a27ea3ecf4857231f4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 10:24:24 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6ceee221..85bcfff9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ Retrieve all changed files relative to the default branch (`pull_request*` event * Report on files that have at least one change. * [Regex pattern](https://www.gnu.org/software/grep/manual/grep.html#Regular-Expressions) matching on a subset of files. +## Supported Platforms +- [`ubuntu-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on) +- [`macos-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on) +- [`windows-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on) + + ## Usage > NOTE: :warning: