fix: event model fix

This commit is contained in:
Piotr Dec 2025-12-16 22:50:25 +01:00
parent cfe649a518
commit 70f5201e9d
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -4,8 +4,9 @@ from bubus import BaseEvent
class WoodpeckerEvent(BaseEvent):
_id: str
_id: int
commit: str
ref: str
message: str
started: str
started: int
files: List[str]