mirceanton/Folder Matrix
Generates a matrix of subdirectories for parallelizing GitHub Actions jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the directory to scan for subdirectories | yes | . |
| include-hidden | Whether to include hidden directories (starting with .) | no | false |
| exclude | Comma-separated list of directory names to exclude | no | "" |
| filter | Regular expression pattern to filter directory names (only matching directories will be included) | no | "" |
| metadata-file | Path to metadata file within each subdirectory (e.g., metadata.json, Chart.yaml) | no | "" |
| changed-only | Whether to include only directories with changes | no | false |
| github-token | GitHub token used to get changed files (required when changed-only is true) | no | — |
Outputs
| name | description |
|---|---|
| matrix | JSON array of subdirectory names for use in matrix strategy |