From 1cdd3bbdf672709c23def39d5566e0bd23aa7034 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Wed, 24 Feb 2021 11:24:20 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecce9b..eaa0bbc 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ jobs: matrix: # Parse JSON array containing names of all filters matching any of changed files # e.g. ['package1', 'package2'] if both package folders contains changes - package: ${{ fromJson(needs.changes.outputs.packages) }} + package: ${{ fromJSON(needs.changes.outputs.packages) }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2