https://github.com/tricked-dev/updatehook
A simple rust program to automate updates of applications
https://github.com/tricked-dev/updatehook
Last synced: 9 months ago
JSON representation
A simple rust program to automate updates of applications
- Host: GitHub
- URL: https://github.com/tricked-dev/updatehook
- Owner: Tricked-dev
- License: apache-2.0
- Created: 2021-11-21T17:03:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T18:44:28.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:44:43.165Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# updatehook
A simple program to run a command when a repository gets mentioned in the json body made for github!
### Setup
```toml
# ~/.hook/config.toml
port = 3000
path = "/updates"
[[project]]
# Repo to be checking for case doesn't matter
repo = "tricked-dev/diplo"
# Command to run
command = "ls"
```
Set up github webhooks to the url and it will work