From c41bb1b973c593f09a95514e4b4db6bb05f5dbfd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 10:26:53 -0400 Subject: [PATCH] Updated README.md (#103) Co-authored-by: jackton1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85bcfff9..6d94416c 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Retrieve all changed files relative to the default branch (`pull_request*` event * [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) +* [`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