diff --git a/README.md b/README.md index c154e29..6ed9c79 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Containerised service that receives notifications from gitea when updates are pushed to a repository. This service looks for a file called "gitea_runner.yml" in the root of the repository. If the file is found, instructions on what to run are read from this. + +This runner is based off of "tea-runner" by DavesCodeMusings on Github [source](https://github.com/DavesCodeMusings/tea-runner).