You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: