updated response text

This commit is contained in:
brb
2023-07-06 13:15:16 +02:00
parent 9fffa861e7
commit 02ec54fd16
+3 -1
View File
@@ -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(