updated response text
This commit is contained in:
+3
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user