kiwamizamurai/SiteDelta
Monitor websites for changes with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Config file path(s), comma-separated for multiple | yes | — |
Outputs
| name | description |
|---|---|
| changed | Any changes detected (true/false) |
| changes | All changes (JSON array) |
| results | Per-config results: {"configName": {changed, changes, errors}} |
| error_count | Total error count |
| errors | All errors (JSON array) |