actions-marketplace-validations/Verify Changed files

Find files that were modified during workflow execution.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 23, 2025
License
MIT

Pinned Snippet

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

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

namedescriptionrequireddefault
filesFile/Directory names to check for uncommited changes.no
files-separatorSeparator used to split the `files` inputno""
separatorOutput string separator.no""
match-gitignore-filesIndicates whether to match files in `.gitignore`yesfalse
read-gitignoreIndicates whether to read `.gitignore`. The `.gitignore` file will be ignored if set to `false`. Overrides `match-gitignore-files`yesfalse
fail-if-changedIndicates whether to fail if files have changed.nofalse
fail-if-unchangedIndicates whether to fail if no files have changed.nofalse
fail-messageMessage to display when `fail-if-changed` or `fail-if-unchanged` is set to `true`.no""
safe_outputApply sanitization to output filenames before being set as output.notrue
pathRelative path under GITHUB_WORKSPACE to the repositoryno.
quotepathUse non-ASCII characters to match files and output the filenames completely verbatim by setting this to `false`notrue
namedescription
files_changedBoolean indicating that files have changed.
changed_filesList of changed files