actions-marketplace-validations/Get Changed Files
Saves lists of changed files as JSON for use by other actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token | yes | — |
Outputs
| name | description |
|---|---|
| all | JSON array of all changed files that weren't removed |
| added | JSON array of added files |
| modified | JSON array of modified files |
| renamed | JSON array of renamed files |
| removed | JSON array of removed files |