actions-marketplace-validations/Changed Files Exporter

Exports the files created, modified or deleted by a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe GITHUB_TOKEN secretyes${{ github.token }}
patternA regular expression to filter the outputs by.no.*
pr-numberThe pull request number (if absent, the pull request is inferred from the given context).
result-encodingThe encoding for the output values, either 'string' (default) or 'json'.no
namedescription
changedIndicates whether a file has changed (boolean)
files_createdThe names of the newly created files
files_created_countThe number of newly created files
files_updatedThe names of the updated files
files_updated_countThe number of updated files
files_deletedThe names of the deleted files
files_deleted_countThe number of deleted files
total_modified_countThe sum of all `files_*_count` outputs