From 4bf9b7af0a6f601e5bf0f89739b711117f2642ec Mon Sep 17 00:00:00 2001 From: simplypower-bbj Date: Sun, 25 Jun 2023 19:42:30 +0200 Subject: [PATCH] added link to template behind repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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).