actions-marketplace-validations/TajPouria-Neo
Generate a matrix depending on changed files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 19, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/tajpouria_action-changed-files@022d7915eed6c97fdef1614cd96fe7d1ab39052a # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | regex pattern with named groups to match against changed files | yes | — |
| defaults | when set to true, if changed files don't match the pattern, recursively match all files in the repository. | no | false |
| default-patterns | line separated list of UNIX-style glob patterns matched against the list of changed files. if match, switch to defaults mode. | no | "" |
| ignore-deleted-files | whether to ignore the deleted files or not | no | false |
Outputs
| name | description |
|---|---|
| matrix | the output job matrix |
| matrix-length | the length of the matrix |