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():
|
if not runner_script_path.exists():
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=200,
|
status_code=200,
|
||||||
detail='no "runner_script.yml" in repository root'
|
detail="no runner_script.yml in repository root"
|
||||||
)
|
)
|
||||||
|
# load runner commands
|
||||||
|
|
||||||
|
|
||||||
# send response
|
# send response
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
|
|||||||
Reference in New Issue
Block a user