Skip to content

A simple way to detect changes in website using GitHub Actions and be notified about changes.

License

Notifications You must be signed in to change notification settings

piebro/simple-website-change-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Website Change Detection

This repository contains a simple GitHub Action that runs weekly to check if specified websites or parts of websites have changed. If changes are detected, the GitHub Action fails, triggering a notification (you can configure the GitHub app to send notifications for failed actions).

The GitHub Action script is located at .github/workflows/check_websites_weekly.yml.

Usage

To use this for your own purposes:

  1. Fork this repository or copy the code.
  2. Add your own websites and change conditions to the script.
  3. Configure GitHub notifications for failed actions if desired.

License

All code in this project is licensed under the MIT License. See the LICENSE file for details.

About

A simple way to detect changes in website using GitHub Actions and be notified about changes.

Topics

Resources

License

Stars

Watchers

Forks