webedx-spark/Get Changed Files

Get all files changed/modified in a pull request or push's commits. This project is a fork of https://github.com/jitterbit/get-changedfiles, which supports pull_request_target and allow to filter files using regular expressions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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', or 'json'. yesspace-delimited
filteryes*
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.
added_modified_renamedArray of all added, modified and renamed files.
deletedArray of deleted files.