Digging through a failed run, seems like the issue is that the-coding-turtle/ga-yaml-parser@v0.1.2 no longer implicitly exports the parsed YAML values to the GHA env; this PR updates the step's configuration to do this.
Also dropped my name from the list of reviewers opened by the auto-generated PR, as in practice I should now get pinged through the CODEOWNERS file.
Looks like as of #101, our scheduled run to check for GPU CI updates has been failing:
https://github.com/rapidsai/dask-build-environment/actions/runs/11023751994/job/30615634982
Digging through a failed run, seems like the issue is that
the-coding-turtle/ga-yaml-parser@v0.1.2
no longer implicitly exports the parsed YAML values to the GHA env; this PR updates the step's configuration to do this.Also dropped my name from the list of reviewers opened by the auto-generated PR, as in practice I should now get pinged through the CODEOWNERS file.