silverstripe / cow

Release tool for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Undefined array key #255

Closed GuySartorelli closed 5 months ago

GuySartorelli commented 5 months ago

We're trying to read something from an array when the key isn't always there.

https://github.com/silverstripe/cow/actions/runs/8994273555/job/24709468419?pr=254

PHP Warning:  Undefined array key "type" in /home/runner/work/_actions/silverstripe/gha-generate-matrix/v1/job_creator.php on line 156

This works fine - it's just a warning, and it'll result in a falsy value when it's not set which is correct, but we should still fix this to remove the warning.

PRs