Merge pull request 'fix: API request model fix' (#20) from bugfix/webhook into master
Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/20
This commit is contained in:
commit
f33dd59103
1 changed files with 3 additions and 2 deletions
|
|
@ -4,10 +4,11 @@ from typing import List
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class Request:
|
class Request:
|
||||||
_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