Fix typo in README

This commit is contained in:
Michal Dorner 2021-02-24 11:24:20 +01:00
parent e5b96fe4da
commit 1cdd3bbdf6
No known key found for this signature in database
GPG Key ID: 9EEE04B48DA36786
1 changed files with 1 additions and 1 deletions

View File

@ -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