bjw-s-labs/Get changed files
Get the changed files in a pull request or other event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- Apache 2.0
Pinned Snippet
uses: bjw-s-labs/action-changed-files@a9a36fb08ce06db9b02fbd8026cc2c0945eb9841 # v0.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Base path to start searching from | no | "" |
| patterns | Glob patterns to match results against | no | "" |
| include_deleted_files | Include deleted files in the results? | no | false |
| include_only_directories | Include only directories in the results? | no | false |
| max_depth | Maximum directory depth | no | 0 |
| token | GitHub token for authentication | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changed_files | JSON array of changed files |