Hi there.
Is there a possibility we add support for specific paths scanning?
Example:
- id: files
name: Get modified files
uses: jitterbit/get-changed-files@v1
paths:
- tracked_files/
- tracked_files_2/
IMHO it would be a great feature. Awesome project btw, thank you for sharing!