buremba/Changed Files Exporter with Regex
Exports the files created, modified or deleted by a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| pattern | A regular expression to filter the outputs by. | no | .* |
Outputs
| name | description |
|---|---|
| files_created | The names of the newly created files |
| files_updated | The names of the updated files |
| files_deleted | The names of the deleted files |
| files_renamed | The names of the deleted files |