ahmadnassri/Git Changed Files
detect and list changed files in push & pull_requests events using `git diff <pathspec>`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pathspec | pathspec pattern used to look for changes | no | * |
Outputs
| name | description |
|---|---|
| changed | changed flag (true / false) |
| files | list of changed files |
| json | json array of changed files |