Skip to content

Commit

Permalink
fix: checks vibes were weird
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Jan 18, 2025
1 parent 4bd5b89 commit b7fdb0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autogpt_platform/backend/backend/blocks/github/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,8 @@ class Input(BlockSchema):
status: ChecksStatus = SchemaField(
description="New status of the check run",
)
conclusion: Optional[ChecksConclusion] = SchemaField(
conclusion: ChecksConclusion = SchemaField(
description="The final conclusion of the check (required if status is completed)",
default=None,
)
output_title: Optional[str] = SchemaField(
description="New title of the check run output",
Expand Down

0 comments on commit b7fdb0b

Please sign in to comment.