actions-marketplace-validations/Smart Diff
Perform a diff between two files given a tolerance and send notifications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| old | first file to compare | yes | — |
| new | second file to compare | yes | — |
| mode | the mode used to measure the tolerance | — | strict |
| tolerance | the tolerance used to judge if the diff improved | — | same |
| output | write the diff to the given file | no | — |
| token | your GITHUB_TOKEN, used when sending notifications | no | — |
| title | add a title to the notifications to distinguish between multiple workflows/jobs | no | — |
| notify_issue | send a notification to the linked issue/pullrequest with the output | no | — |
| sticky_comment | will edit the created comment instead of creating a new one everytime | no | — |
| notify_check | create a check run with the output | no | — |
Outputs
| name | description |
|---|---|
| passed | boolean describing if the test passed or not |
| output | text of the diff |