more logs
This commit is contained in:
parent
710557c83f
commit
f6937f8008
|
@ -17,6 +17,7 @@ async def intgr(request: Request):
|
|||
body = await request.json()
|
||||
ref = body["ref"]
|
||||
branch = ref.split("/")[-1]
|
||||
|
||||
[tag, number, *args] = branch.split("-")
|
||||
logger.info(f"input tag {tag} number {number} args {args}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue