Skip to content

Commit 809164c

Browse files
committed
Container should be optional
1 parent 4768dfe commit 809164c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openhound_github/models/workflow_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GHWorkflowJobProperties(GHNodeProperties):
5151
job_key: str | None = None
5252
runs_on: Any = None
5353
is_self_hosted: bool = False
54-
container: str = None
54+
container: str | None = None
5555
environment: str | None = None
5656
permissions: list[str] | None = None
5757
uses_reusable: str | None = None

0 commit comments

Comments
 (0)