Update build pack and make GithubApp nullable

This commit is contained in:
Andras Bacsai
2024-01-24 12:07:58 +01:00
parent d42934f258
commit 9bd05b65a3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class Change extends Component
public ?bool $preview_deployment_permissions = true;
public $parameters;
public GithubApp $github_app;
public ?GithubApp $github_app;
public string $name;
public bool $is_system_wide;