Codefresh child pipeline executions using the [codefresh-run](https://github.com/codefresh-io/steps/blob/master/graduated/codefresh-run/step.yaml) steps are failing to provide variables to the child pipeline. The bug appears to have been introduced in [v0.82.8 release](https://github.com/codefresh-io/cli/pull/800) of Codefresh CLI. By using the IMAGE_TAG argument in the step I was able to pin to the previous release `IMAGE_TAG: '0.82.7'` I was able to verify that the bug was resolved. I noticed also the git hygiene on these last release dropped. There's limited descriptions, many WIP commits, and the release notes were unclear.