actions-marketplace-validations/Get All Changed Files (with SQL support)
Get all of the files changed/modified in a pull request or push's commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/gulivan_get-changed-files@74010f9013de39554d8225439abb7917e0ccbe47 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for GitHub API requests. Users shouldn't need to set this themselves. | yes | ${{ github.token }} |
| format | Format of the steps output context. Can be 'space-delimited', 'csv', 'sql', or 'json'. | yes | space-delimited |
Outputs
| name | description |
|---|---|
| all | Array of all changed files. |
| added | Array of added files. |
| modified | Array of modified files. |
| removed | Array of removed files. |
| renamed | Array of renamed files. |
| added_modified | Array of all added and modified files. |
| deleted | Array of deleted files. |