kokoichi206/URL Wathcer
URL Wathcer with Composite actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to watch | yes | — |
| excluded-patterns | Excluded patterns to check. * Extended regular expression of sed. * Each patterns are separated by ';' * Example: '"style.min.css\?[0-9]*-[0-9]*";"common.js\?[0-9]*-[0-9]*"' | no | "" |
| save-dir | Directory to save the latest file. | no | ./output |
| save-file | The name of the latest file. | no | latest.txt |
Outputs
| name | description |
|---|---|
| diff | Whether the URL(HTML contents) is updated or not. * true: updated * false: NOT updated |