nilp0inter/URLWatch Website Change Detector
Monitor web pages for changes using urlwatch with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | Content of the urls.yaml file for urlwatch | yes | — |
| settings | Content of the urlwatch.yaml file for urlwatch | no | display: empty-diff: true error: true new: true unchanged: false job_defaults: all: treat_new_as_changed: true browser: {} shell: {} url: {} report: stdout: color: false enabled: true text: details: true footer: false line_length: 120 minimal: false separate: false |
| hooks | Content of the hooks.py file for urlwatch | no | — |
| cache-name | Name for the cache persistence artifact | no | urlwatch-cache |
| token | A github token | yes | — |
Outputs
| name | description |
|---|---|
| changes | Raw output of detected changes from urlwatch |
| report | Formatted markdown report of changes |