mirror of
https://github.com/dorny/paths-filter.git
synced 2026-06-29 09:11:40 +00:00
Compare commits
5 Commits
60cda67c57
...
66dccf65b3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66dccf65b3 | ||
|
|
668c092af3 | ||
|
|
209e61402d | ||
|
|
8b332e46d8 | ||
|
|
216456a5df |
10
README.md
10
README.md
@ -562,6 +562,16 @@ jobs:
|
||||
|
||||
- [test-reporter](https://github.com/dorny/test-reporter) - Displays test results from popular testing frameworks directly in GitHub
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
If you are having trouble with this action check for your error message here to see if it can be resolved.
|
||||
|
||||
<details>
|
||||
<summary>bad indentation of a mapping entry</summary>
|
||||
|
||||
This is most likely caused by invalid YAML, (a missing close quote, or mismatched indentation inside your `filters: |`. The easiest way to debug this is to copy your `filters: |` content into a file with yaml syntax highlighting.
|
||||
</details>
|
||||
|
||||
## License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/paths-filter/blob/master/LICENSE)
|
||||
|
||||
@ -44,6 +44,11 @@ inputs:
|
||||
This option takes effect only when changes are detected using git against different base branch.
|
||||
required: false
|
||||
default: '100'
|
||||
predicate-quantifier:
|
||||
description: |
|
||||
allows to override the "at least one pattern" behavior to make it so that all of the patterns have to match or otherwise the file is excluded.
|
||||
required: false
|
||||
default: 'some'
|
||||
outputs:
|
||||
changes:
|
||||
description: JSON array with names of all filters matching any of changed files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user