sankichi92/list-changed-directories
Outputs a list of directories that have changed and include a specified target file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-file | A filename that must be included in the output directories | yes | — |
| common-dependency-paths | Paths to files that all directories including the target-file depend on. If any of these files are changed, all directories including the target-file are considered changed. | — | — |
Outputs
| name | description |
|---|---|
| changed-directories | The list of changed directories as a JSON string. |