Merge pull request 'fix: event model fix' (#21) from bugfix/mapper into master

Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/21
This commit is contained in:
Piotr Dec 2025-12-18 22:11:08 +01:00
commit 7f0e4f6dfb

View file

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