diff --git a/code/app.py b/code/app.py index f3e0af9..db9afa7 100644 --- a/code/app.py +++ b/code/app.py @@ -44,8 +44,10 @@ def handle_event(request: GiteaRequest): if not runner_script_path.exists(): raise HTTPException( status_code=200, - detail='no "runner_script.yml" in repository root' + detail="no runner_script.yml in repository root" ) + # load runner commands + # send response raise HTTPException(