kevinrohn/Check source to target difference
Check the difference between the source and target directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_dir | The source directory to compare | yes | — |
| target_dir | The target directory to compare | yes | — |
| from_ref | The reference to compare from | yes | — |
| to_ref | The reference to compare to | yes | — |
Outputs
| name | description |
|---|---|
| new_files | The new files with both source and target paths |
| modified_files | The modified files with both source and target paths |
| deleted_files | The deleted files with both source and target paths |