more logs

This commit is contained in:
aarizona 2024-05-02 12:23:32 +03:00
parent 710557c83f
commit f6937f8008
1 changed files with 1 additions and 0 deletions

View File

@ -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}")