smilerobotics/check-command-output-diff
Run command and check diff between old output of the command and new one.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run. | yes | — |
| command_output | Path of the command output file. | yes | — |
| cache_key_prefix | Key prefix for cache of the command output file. | yes | — |
Outputs
| name | description |
|---|---|
| is_same | If old and new output is same, true. |