cinderblock/Debug - List Files
List (with diff) files in a working directory on action runner. Designed for debugging purposes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Named file list (lets you keep separate diff histories per call within one workflow). | no | "" |
| working-directory | Directory to list files of. | no | . |
| search | Glob to search with. | no | **/* |
| filter | Glob (regex-style) used to ignore matches from the listing. Defaults to common build noise. | no | node_modules|.git|__pycache__ |
Outputs
no outputs