diff --git a/listen.py b/listen.py index 0b67fb7..a7a0b27 100644 --- a/listen.py +++ b/listen.py @@ -20,4 +20,6 @@ def gitea(): branch = data["ref"].strip("refs/heads/"), commit_hash = data["after"] ) - ) \ No newline at end of file + ) + + return "success!" \ No newline at end of file