zyactions/ZyAction: Verify Changed Files
Verify file changes that occur during workflow execution.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude-ignored | Whether to exclude `.gitignore` ignored files from the changed files detection. Defaults to `true`. | no | true |
| return-pipe | Enable 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. | no | false |
Outputs
| name | description |
|---|---|
| changed-files | The list of all changed files, or an empty string. This output is only available if the `return-pipe` option is not enabled. |
| pipe | A shell (bash) command which can be used for piping. This output is only available if the `return-pipe` option is enabled. |