mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Merge pull request #1 from Crisfole/readme-troubleshooting
Add Troubleshooting Section to README
This commit is contained in:
commit
8b332e46d8
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -519,6 +519,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue