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