mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-06 19:30:41 +02:00
Fix typo in README
This commit is contained in:
parent
e5b96fe4da
commit
1cdd3bbdf6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user