zyactions/ZyAction: Verify Changed Files

Verify file changes that occur during workflow execution.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
exclude-ignoredWhether to exclude `.gitignore` ignored files from the changed files detection. Defaults to `true`. notrue
return-pipeEnable this option to return a shell (bash) command in the `pipe` output that can be used for piping. The output command must be `eval`ed to return the results. It can also be passed to other actions that support a `pipe` input. The `changed-files` output will not be populated if this option is enabled. nofalse
namedescription
changed-filesThe list of all changed files, or an empty string. This output is only available if the `return-pipe` option is not enabled.
pipeA shell (bash) command which can be used for piping. This output is only available if the `return-pipe` option is enabled.