Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix panic in Check function When the `build` field is unset entirely, the Check function was panicking attempting to set the implicit `contextDigest` field. This PR properly constructs the `inputs["build"]` field as a `resource.NewObjectProperty`. * remove comment * use null check to avoid overwriting the inpust object
- Loading branch information