Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix condition for executing step getting upstream builds
We were using wrong input to detemine if the `Get upstream packages versions` step should be run. The `upstreamBuilds` is not boolean, we should have been using `useUpstreamBuilds` instead.
- Loading branch information