selfagency/DiffMasterFlex
Get a list of files that differ between the specified commit and Git ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sha | SHA against which to diff | no | — |
| ref | Git ref against which to diff | no | — |
Outputs
| name | description |
|---|---|
| changed | Whether there were any changes |
| diff | List of changed files |