Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jan 21, 2025
1 parent 3bdbc2b commit c798ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_runner/src/app_runner/specs/config_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Variables(BaseModel):
workunit: VariablesWorkunit | None = None

def as_dict(self) -> dict[str, VariablesApp]:
return {"app": self.app}
return {"app": self.app, "workunit": self.workunit}


def interpolate_config_strings(data: Any, variables: Variables | dict[str, Any]) -> Any:
Expand Down

0 comments on commit c798ec1

Please sign in to comment.