tchupp/Detect Directory Changes
GitHub Action for gathering directories with changed files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| included-paths | Comma-separated paths to narrow down the search for changes. Defaults to all if not specified. | no | "" |
| included-extensions | Comma-separated paths to narrow down the search for changes. Defaults to all if not specified. | no | "" |
| if-these-paths-change-return-all-included-paths | If the any files on the following paths change, return all included files. (Comma-separated) | no | "" |
Outputs
| name | description |
|---|---|
| changed | JSON encoded array that contains the changed files. 'Array<string>' |