int128/glob-changed-files-action
Action to expand glob patterns by changed files of pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Glob patterns (multiline) | yes | — |
| paths-fallback | Glob patterns to fallback (multiline) | no | — |
| types | Change types. Possible values are `added`, `modified` and `deleted` (multiline) | yes | added modified |
| transform | Paths to transform (multiline) | no | — |
| token | GitHub token to list the changed files | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| paths | List of the changed files (multiline) |
| paths-json | List of the changed files (JSON) |