actions-marketplace-validations/Get Changed Files With Regex
Get Changed Files with Regex Support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 15, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/buremba_get-changed-files-with-regex@21aaba8a257004515eec7722585604f48a78d169 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token | yes | — |
Outputs
| name | description |
|---|---|
| all | Array of all changed files (JSON string) |
| added | Array of added files (JSON string) |
| deleted | Array of deleted files (JSON string) |
| modified | Array of modified files (JSON string) |