Overview of changed-files action
maintj-actions/changed-files is a GitHub Action that tracks changed files and directories relative to a target branch, the current branch (preceding commit or last remote commit), multiple branches, or custom commits. It returns relative paths from the project root.
Note: This action identifies files changed during specific GitHub events (like pull_request or push). It does not detect uncommitted changes created during the workflow execution. For detecting uncommitted changes, use tj-actions/verify-changed-files instead.