hyorimitsu/check diff
This action check if a file or directory has differences.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-branch | The branch that triggers this action. | yes | — |
| target-file | The path to the file where you want to check for differences. | no | — |
| target-dir | The path to the directory where you want to check for differences. | no | — |
Outputs
| name | description |
|---|---|
| file-diff | If over 0, there is a difference in the `target-file`. |
| dir-diff | If over 0, there is a difference in the `target-dir`. |