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:
commit
7f0e4f6dfb
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