actions-marketplace-validations/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
Stalelast commit May 28, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jitterbit_get-changed-files@d06c756e3609dd3dd5d302dde8d1339af3f790f2 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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.