actions-marketplace-validations/Check for renamed files
Checks if any files have been renamed between two git refs in a given path
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| head | git HEAD (branch|SHA|tag) | yes | origin/main |
| feature | git feature (branch|SHA|tag) usually the branch you're running this from, recommended to use github.head_ref | yes | dev |
| path | Path to compare, defaults to CWD | no | . |
| similarity | Similarity threshold (50 = 50%) | no | 50 |
| diffFilter | The git diff filter to use when comparing files (R|M|A|C|D|T|U|X|B|*), defaults to R (renamed, added, modified) | no | RAM |
| checkFileNameDates | Enables checking of dates in file names with the format VYYYY.MM.DD.NNNN, e.g. V2022.02.02.2024 | no | false |
| debug | Enable debug output | no | false |
Outputs
| name | description |
|---|---|
| modifiedFiles | List of modified files |