diff --git a/app.py b/app.py index 2f70dd1..6a2a8d6 100644 --- a/app.py +++ b/app.py @@ -18,8 +18,8 @@ class GiteaRequest(BaseModel): total_commits: int head_commit: dict repository: dict - name: str - full_name: str + pusher: dict + sender: dict app = FastAPI()