softprops/diff-set
Github Action for producing lists of files that changed between branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub access token | no | ${{ github.token }} |
| base | Base branch to compare with (defaults to the repository default branch) | — | — |
| include_removed | Include removed files in diff outputs | no | false |
Outputs
| name | description |
|---|---|
| files | Space-delimited list of changed files |
| files_json | JSON array of changed files |