actions-marketplace-validations/Get Git Changed Files

Get all or filtered changed/modified files in a pull request or push's commits.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub token for GitHub API requests. Users shouldn't need to set this themselves. yes${{ github.token }}
formatFormat of the steps output context. Can be 'space-delimited', 'csv', 'json' or 'object'. yesspace-delimited
filterRegex for filtering files, for example to get files of specific type. no""
namedescription
allArray of all changed files.
addedArray of added files.
modifiedArray of modified files.
removedArray of removed files.
renamedArray of renamed files.
added_modifiedArray of all added and modified files.
deletedArray of deleted files.