jitterbit/Get All Changed Files

Get all of the files changed/modified 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', or 'json'. yesspace-delimited
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.