lucas-pg/JSON Version Check
Checks if a specified key in a user-defined JSON file has changed between commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | Path to the JSON file to check (e.g., composer.json, package.json) | no | package.json |
| key | JSON key to compare for changes | no | version |
Outputs
| name | description |
|---|---|
| changed | Whether the specified key's value has changed (true or false) |