Compare commits

...

3 Commits

Author SHA1 Message Date
Christopher Pfohl
60cda67c57
Merge 8b332e46d8 into de90cc6fb3 2024-03-04 20:23:57 +01:00
Christopher Pfohl
8b332e46d8
Merge pull request #1 from Crisfole/readme-troubleshooting
Add Troubleshooting Section to README
2023-06-07 10:11:35 -04:00
Christopher Pfohl
216456a5df
Add Troubleshooting Section to README
I bumped into this issue and solved it right as I was writing up the issue. Added it to the README here. I imagine you get a bunch of FAQs or bugs, this could be a great way to help prevent issues.
2023-06-07 10:10:55 -04:00

View File

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