fix: event model fix
This commit is contained in:
parent
cfe649a518
commit
70f5201e9d
1 changed files with 3 additions and 2 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue